chore: update space admin

This commit is contained in:
2026-03-04 00:16:31 +01:00
parent 0073f80a48
commit 06cfbae4e1
2 changed files with 50 additions and 3 deletions
+1
View File
@@ -95,6 +95,7 @@ export interface Product {
description?: string;
category: string;
stock: number;
unit: string;
prices?: Array<{ quantity: number; price: number }>;
media?: Array<{ url: string; type: string; id?: number; created_at?: string }>;
created_at?: string;