feat(interfaces): ✨ Db - Category
This commit is contained in:
parent
2a33f45257
commit
88d57f3b4c
7
src/interfaces/database/IDbCategory.ts
Normal file
7
src/interfaces/database/IDbCategory.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
export interface IDbCategory {
|
||||||
|
id?: string;
|
||||||
|
slug_name: string;
|
||||||
|
display_name: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export default IDbCategory;
|
Loading…
x
Reference in New Issue
Block a user