Include queued in ProjectStatus so the replace-files button type-checks.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -102,6 +102,7 @@ export interface BomSummaryRow {
|
|||||||
|
|
||||||
export type ProjectStatus =
|
export type ProjectStatus =
|
||||||
| "draft"
|
| "draft"
|
||||||
|
| "queued"
|
||||||
| "running"
|
| "running"
|
||||||
| "complete"
|
| "complete"
|
||||||
| "error"
|
| "error"
|
||||||
|
|||||||
Reference in New Issue
Block a user