You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
TicketCategoryList
List of ticket categories. TicketCategoryList
export interface TicketCategoryList {
'ticketCategories'?: Array<TicketCategory>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
ticketCategories | Optional | Array<TicketCategory> | {Array<TicketCategory>} TicketCategoryList |