Skip to content

Commit dbbbb5b

Browse files
author
Gianluca La Manna
committed
add uploadDate and relevance on product type
1 parent 9aa7a30 commit dbbbb5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/product.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export type Product = {
44
sku: string;
55
name: string;
66
description: string;
7+
uploadDate?: string;
8+
relevance?: number;
79
rating: { average: number; count: number };
810
price: {
911
isDiscounted: boolean;

0 commit comments

Comments
 (0)