# TICKET_TYPE_CFG

**Kind:** Constant

**Source:** [`atloria-monorepo/apps/web/src/components/Boards/helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Boards/helpers.ts#L25)

## Definition

```ts
Record<
  string,
  { bg: string; text: string; label: string }
>
```
