AlterationsGetAlterationsForKbResponse type
Innehåller svarsdata för åtgärden getAlterationsForKb.
type AlterationsGetAlterationsForKbResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}