GetExportsResponse type
Contains response data for the getExports operation.
type GetExportsResponse = ExportModel[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExportModel[]
}
}
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Contains response data for the getExports operation.
type GetExportsResponse = ExportModel[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExportModel[]
}
}