Partager via


ListManagementTermListsGetAllTermListsResponse type

Contient des données de réponse pour l’opération getAllTermLists.

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