diff --git a/frontend/src/lib/types.ts b/frontend/src/lib/types.ts index 1ae900e..f98e801 100644 --- a/frontend/src/lib/types.ts +++ b/frontend/src/lib/types.ts @@ -102,6 +102,7 @@ export interface BomSummaryRow { export type ProjectStatus = | "draft" + | "queued" | "running" | "complete" | "error"