diff --git a/invokeai/frontend/web/src/services/api/models/BoardDTO.ts b/invokeai/frontend/web/src/services/api/models/BoardDTO.ts index ee3c29a797..bbcc6f1dd6 100644 --- a/invokeai/frontend/web/src/services/api/models/BoardDTO.ts +++ b/invokeai/frontend/web/src/services/api/models/BoardDTO.ts @@ -22,6 +22,10 @@ export type BoardDTO = { * The updated timestamp of the board. */ updated_at: string; + /** + * The deleted timestamp of the board. + */ + deleted_at?: string; /** * The name of the board's cover image. */