IMage genartion service and models revamp - #Migration Runs
This commit is contained in:
@@ -1409,6 +1409,7 @@ export interface ImageRecord {
|
||||
caption?: string | null;
|
||||
status: string;
|
||||
position: number;
|
||||
aspect_ratio?: 'square' | 'landscape'; // square for position 0,2 | landscape for position 1,3
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
account_id?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user