Kind: Type
Source: atloria-monorepo/apps/web/src/app/app/desk/components/ThreadList.tsx
Definition
ts| { phase: 'drafting' }
| { phase: 'drafted'; documentId: string }
| { phase: 'error'; message: string }
Kind: Type
Source: atloria-monorepo/apps/web/src/app/app/desk/components/ThreadList.tsx
ts| { phase: 'drafting' }
| { phase: 'drafted'; documentId: string }
| { phase: 'error'; message: string }
Was this page helpful?