✨
This commit is contained in:
6
src/api/models/Enums.ts
Normal file
6
src/api/models/Enums.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const UploadScences = {
|
||||
Avatar: 'Avatar',
|
||||
Product: 'Product',
|
||||
Category: 'Category',
|
||||
} as const
|
||||
export type UploadScencesType = (typeof UploadScences)[keyof typeof UploadScences]
|
||||
Reference in New Issue
Block a user