feat(interfaces): ✨ Db - Brand
This commit is contained in:
8
src/interfaces/database/IDbBrand.ts
Normal file
8
src/interfaces/database/IDbBrand.ts
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
export interface IDbBrand {
|
||||||
|
id?: string;
|
||||||
|
slug_name: string;
|
||||||
|
display_name: string;
|
||||||
|
image_blob: BinaryType;
|
||||||
|
}
|
||||||
|
|
||||||
|
export default IDbBrand;
|
||||||
Reference in New Issue
Block a user