feat(interfaces): ✨ Db - Category
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user