diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index 6ee21e3..ee75637 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -57,6 +57,7 @@ declare global { "name": string, "slug": string, "icon": string, + "image" : string, "product_count": string, "parent": string, "show": boolean