linear.datecomparator
Home > @runlightyear/linear > DateComparator
DateComparator interface
Signature:interface DateComparator
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
eq? | string | Equals constraint. | |
gt? | string | Greater-than constraint. Matches any values that are greater than the given value. | |
gte? | string | Greater-than-or-equal constraint. Matches any values that are greater than or equal to the given value. | |
in? | Array<string> | In-array constraint. | |
lt? | string | Less-than constraint. Matches any values that are less than the given value. | |
lte? | string | Less-than-or-equal constraint. Matches any values that are less than or equal to the given value. | |
neq? | string | Not-equals constraint. | |
nin? | Array<string> | Not-in-array constraint. |