diff --git a/lib/shopify/index.ts b/lib/shopify/index.ts index 3190575f1..95288ab4d 100644 --- a/lib/shopify/index.ts +++ b/lib/shopify/index.ts @@ -351,11 +351,12 @@ const reshapeMetaobjects = (metaobjects: ShopifyMetaobject[]): Metaobject[] => { }; }, {} as { - [key: string]: { - value: string; - referenceId: string; - }; - string; + [key: string]: + | { + value: string; + referenceId: string; + } + | string; } );