feat(interfaces): ✨ Db - Brand
This commit is contained in:
parent
88d57f3b4c
commit
0697e330b4
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;
|
Loading…
x
Reference in New Issue
Block a user