Skip to content

Commit

Permalink
chore(ui): regen api client
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jun 22, 2023
1 parent 6779f1a commit 2d889e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions invokeai/frontend/web/src/services/api/models/BoardDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 2d889e1

Please sign in to comment.