Alokai
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

NameRequiredTypeDescription
ticketCategoriesOptionalArray<TicketCategory>{Array<TicketCategory>} TicketCategoryList

Referenced Types

On this page