initial commit
This commit is contained in:
7
web/src/lib/models/category.ts
Normal file
7
web/src/lib/models/category.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
interface Category {
|
||||
id: string;
|
||||
name: string;
|
||||
img: string;
|
||||
}
|
||||
|
||||
export type {Category}
|
||||
Reference in New Issue
Block a user