GetExportsResponse type

Contains response data for the getExports operation.

type GetExportsResponse = ExportModel[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExportModel[]
  }
}