refactor(interfaces): ♻️ Db - models

This commit is contained in:
Mathis H (Avnyr) 2024-04-24 16:53:49 +02:00
parent 1ed1f018e8
commit e995aaa970
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -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;
}