# TicketTopicProposal

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/deskTypes.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/deskTypes.ts#L107)

## Properties

| Property | Type |
|---|---|
| `topicKey` | `string` |
| `title` | `string` |
| `ticketCount` | `number` |
| `exampleQuestions` | `string[]` |
| `suggestedAnswerSourcePages` | `Array<{ slug: string; title: string }>` |
