revert shopify metaobject type issue

This commit is contained in:
tedraykov 2024-06-20 15:18:59 +03:00
parent b47f13e2d8
commit bdbf9eca88

View File

@ -351,11 +351,12 @@ const reshapeMetaobjects = (metaobjects: ShopifyMetaobject[]): Metaobject[] => {
}; };
}, },
{} as { {} as {
[key: string]: { [key: string]:
| {
value: string; value: string;
referenceId: string; referenceId: string;
}; }
string; | string;
} }
); );