@medusajs/medusa
Version:
Building blocks for digital commerce
53 lines • 1.19 kB
TypeScript
export declare const ruleQueryConfigurations: {
region: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
currency_code: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
customer_group: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
sales_channel: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
country: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
product: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
product_category: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
product_collection: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
product_type: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
product_tag: {
entryPoint: string;
labelAttr: string;
valueAttr: string;
};
};
//# sourceMappingURL=rule-query-configuration.d.ts.map