diff --git a/src/types/products.d.ts b/src/types/products.d.ts index 37e8799..33c364d 100644 --- a/src/types/products.d.ts +++ b/src/types/products.d.ts @@ -26,4 +26,9 @@ export interface ProductCardProps { price: number; offer: number; imageSrc: string; +} + +export type CategoryProps = { + image: StaticImageData[]; + name: string; } \ No newline at end of file