database expansion prior to creating on server

This commit is contained in:
2025-11-20 00:45:53 -08:00
parent 367d12bd00
commit f830a12097
16 changed files with 732 additions and 663 deletions

View File

@@ -58,6 +58,9 @@ export interface Category {
export interface Brand {
id: number;
name: string;
logo_url?: string | null;
store_id?: number | null;
store_name?: string | null;
}
export interface Product {