feat: add categories and manufacturers CRUD components; implement form handling and image upload functionality
This commit is contained in:
5
client/src/app/interfaces/image.ts
Normal file
5
client/src/app/interfaces/image.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Image {
|
||||
id: string | number;
|
||||
name : string;
|
||||
url: string;
|
||||
}
|
||||
Reference in New Issue
Block a user