ListManagementTermListsGetAllTermListsResponse type

Contém dados de resposta para a operação getAllTermLists.

type ListManagementTermListsGetAllTermListsResponse = TermList[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TermList[]
  }
}