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 |