refactor(interfaces): ♻️ Db - models
This commit is contained in:
@@ -4,7 +4,7 @@ export interface IDbModel {
|
||||
display_name: string;
|
||||
brand_id: string;
|
||||
category_id: string;
|
||||
image_bfile: BinaryType;
|
||||
image_blob: BinaryType;
|
||||
is_trending: boolean;
|
||||
base_price: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user