diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index df12200..49d5f98 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -55,7 +55,7 @@ declare global { "detail_category": number } - type ProductInPackItem = { + type ProductInPackItem = { "id": number, "item_title": string, "cover": string @@ -86,9 +86,10 @@ declare global { "meta_keywords": string | null, "meta_rating": number, "category": number, + "colors": string[] } - type ProductListItem = Pick + type ProductListItem = Pick type Article = { id: number;