ListManagementTermListsGetDetailsResponse type

Contains response data for the getDetails operation.

type ListManagementTermListsGetDetailsResponse = TermList & { _response: HttpResponse & { bodyAsText: string, parsedBody: TermList } }