@viewdo/dxp-story-cli
Version:
DXP Story Management CLI
13 lines (12 loc) • 352 B
TypeScript
export declare enum StringOperator {
Contains = "Contains",
DoesNotContain = "DoesNotContain",
Equals = "Equals",
DoesNotEqual = "DoesNotEqual",
StartsWith = "StartsWith",
DoesNotStartWit = "DoesNotStartWit",
EndsWith = "EndsWith",
DoesNotEndWith = "DoesNotEndWith",
IsNull = "IsNull",
IsNotNull = "IsNotNull"
}