ListManagementTermListsUpdateResponse type
Contains response data for the update operation.
type ListManagementTermListsUpdateResponse = TermList & { _response: HttpResponse & { bodyAsText: string, parsedBody: TermList } }