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