ListManagementTermListsGetAllTermListsResponse type

Contains response data for the getAllTermLists operation.

type ListManagementTermListsGetAllTermListsResponse = Array<TermList> & { _response: HttpResponse & { bodyAsText: string, parsedBody: TermList[] } }