export const UploadScences = { Avatar: 'Avatar', Product: 'Product', Category: 'Category', } as const export type UploadScencesType = (typeof UploadScences)[keyof typeof UploadScences]