Accepting file array
A product may have more than a single image.
export const MaxFileCount = {
PRODUCT_IMAGES: 5,
} as const satisfies Record<string, number>;Last updated
A product may have more than a single image.
export const MaxFileCount = {
PRODUCT_IMAGES: 5,
} as const satisfies Record<string, number>;Last updated