task(F2-backend): global block favorites - is_favorite column, adapter mapping, PATCH validation
This commit is contained in:
@@ -121,6 +121,7 @@ export interface DBGlobalBlock {
|
||||
name: string;
|
||||
block_data: string;
|
||||
svg_data: string | null;
|
||||
is_favorite: boolean;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user