/** * 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