Skip to content

Commit

Permalink
Create type category
Browse files Browse the repository at this point in the history
  • Loading branch information
SourerDev committed Sep 27, 2023
1 parent 71d1bdc commit 8df5da8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/products.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ export interface ProductCardProps {
price: number;
offer: number;
imageSrc: string;
}

export type CategoryProps = {
image: StaticImageData[];
name: string;
}

0 comments on commit 8df5da8

Please sign in to comment.