AlterationsGetAlterationsForKbResponse type
Obsahuje data odpovědi pro operaci getAlterationsForKb.
type AlterationsGetAlterationsForKbResponse = WordAlterationsDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WordAlterationsDTO
}
}