You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
TicketStatus
Ticket status details. TicketStatus
export interface TicketStatus {
'id': string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Ticket status identifier. {string} TicketStatus |
name | Optional | string | Localized ticket status name. {string} TicketStatus |