This commit is contained in:
2026-05-19 17:43:30 +02:00
parent 93120f6bfe
commit d773a9c49f
+1
View File
@@ -104,6 +104,7 @@ export interface Product {
unit: string;
prices?: Array<{ id?: number; quantity: number; price: number; active_price?: boolean }>;
media?: Array<{ url: string; type: string; id?: number; created_at?: string }>;
coming_soon?: boolean;
created_at?: string;
updated_at?: string;
}