UNPKG

shopify-storefront

Version:
6 lines 196 B
interface GraphQLVariable { type?: string; value?: Record<string, unknown> | number | string | boolean; } export default GraphQLVariable; //# sourceMappingURL=GraphQLVariable.d.ts.map