ListManagementTermListsGetAllTermListsResponse type
Contains response data for the getAllTermLists operation.
type ListManagementTermListsGetAllTermListsResponse = TermList[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TermList[]
}
}