IMage genartion service and models revamp - #Migration Runs

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-03 20:08:16 +00:00
parent a70f8cdd01
commit f518e1751b
15 changed files with 817 additions and 287 deletions

View File

@@ -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;