database expansion prior to creating on server
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user