GetApplicationTypeInfoListByNameResponse type
Содержит данные ответа для операции getApplicationTypeInfoListByName.
type GetApplicationTypeInfoListByNameResponse = PagedApplicationTypeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedApplicationTypeInfoList
}
}