Kind: Interface
Source: atloria-monorepo/apps/web/src/app/app/desk/components/deskTypes.ts
Properties
| Property | Type |
|---|---|
id | string |
ticketNumber | number |
title | string |
description | string |
ticketType | string |
status | string |
priority | string |
assignee | `{ id: string; name: string } |
reporterEmail | `string |
chatSessionId | `string |
pageUrl | `string |
createdAt | string |
updatedAt | string |
commentCount | number |
snoozedUntil | `string |
firstAgentReplyAt | `string |
slaDueAt | `string |
slaState | SlaState |
Was this page helpful?