stack

Home > @infiniteobjects/shopify-service > IShopifyGqlShopMetafieldsResponse > data

IShopifyGqlShopMetafieldsResponse.data property

Signature:

data: {
        shop?: {
            id: string;
            processingTimes?: {
                value: string;
            };
        };
    };