UNPKG

@medusajs/types

Version:
5 lines 195 B
/** * The accepted values for the shipping rule option's operator. */ export type RuleOperatorType = "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "nin"; //# sourceMappingURL=rule.d.ts.map