# GapDraftState

**Kind:** Type

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

## Definition

```ts
| { phase: 'drafting' }
  | { phase: 'drafted'; documentId: string }
  | { phase: 'error'; message: string }
```
