Kind: Interface
Source: atloria-monorepo/apps/web/src/hooks/useDocumentationJobs.ts
Hook return type
Properties
| Property | Type |
|---|---|
jobs | DocumentationJobEntry[] |
total | number |
loading | boolean |
error | `Error |
liveProgress | Record<string, LiveJobProgress> |
refresh | () => Promise<void> |
startRegeneration | (projectId: string) => Promise<DocumentationJob> |
cancelJob | (jobId: string) => Promise<void> |
deleteJobDocuments | (jobId: string) => Promise<void> |
Was this page helpful?