AlterationsGetResponse type
Innehåller svarsdata för get-åtgärden.
type AlterationsGetResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
Innehåller svarsdata för get-åtgärden.
type AlterationsGetResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}