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 {
[key: string]: {
value: string;
referenceId: string;
};
string;
[key: string]:
| {
value: string;
referenceId: string;
}
| string;
}
);