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