# KIND_BADGE

**Kind:** Constant

**Source:** [`atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/change-requests/cr-shared.ts#L52)

## Definition

```ts
Record<ChangeRequestKind, { icon: string; label: string; bg: string; color: string }>
```
