chore(ui): regen api client

This commit is contained in:
psychedelicious 2023-06-22 13:11:47 +10:00
parent 6779f1a5ad
commit 2d889e133d

View File

@ -22,6 +22,10 @@ export type BoardDTO = {
* The updated timestamp of the board. * The updated timestamp of the board.
*/ */
updated_at: string; updated_at: string;
/**
* The deleted timestamp of the board.
*/
deleted_at?: string;
/** /**
* The name of the board's cover image. * The name of the board's cover image.
*/ */