ListManagementTermGetAllTermsResponse type

Contains response data for the getAllTerms operation.

type ListManagementTermGetAllTermsResponse = Terms & { _response: HttpResponse & { bodyAsText: string, parsedBody: Terms } }