Kind: Interface
Source: atloria-monorepo/apps/web/src/components/DocAutomation/JobHistory.tsx
Properties
| Property | Type |
|---|---|
jobs | DocumentationJobEntry[] |
loading | boolean |
error | `Error |
liveProgress | Record<string, LiveJobProgress> |
projectId | string |
onRegenerate | (projectId: string) => Promise<void> |
onCancelJob | (jobId: string) => Promise<void> |
onDeleteJobDocuments | (jobId: string) => void |
onRefresh | () => void |
Was this page helpful?