Variable ProductQueryRuleRelationsConst
ProductQueryRuleRelations: {
contains: "contains";
endsWith: "ends_with";
equals: "equals";
greaterThan: "greater_than";
lessThan: "less_than";
notContains: "not_contains";
notEquals: "not_equals";
startsWith: "starts_with";
} = ...
Type declaration
-
Readonly contains: "contains"
-
Readonly endsWith: "ends_with"
-
Readonly equals: "equals"
-
Readonly greaterThan: "greater_than"
-
Readonly lessThan: "less_than"
-
Readonly notContains: "not_contains"
-
Readonly notEquals: "not_equals"
-
Readonly startsWith: "starts_with"