Skip to main content

linear.datecomparator

Home > @runlightyear/linear > DateComparator

DateComparator interface

Signature:
interface DateComparator 

Optional Properties

PropertyModifiersTypeDescription
eq?stringEquals constraint.
gt?stringGreater-than constraint. Matches any values that are greater than the given value.
gte?stringGreater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.
in?Array<string>In-array constraint.
lt?stringLess-than constraint. Matches any values that are less than the given value.
lte?stringLess-than-or-equal constraint. Matches any values that are less than or equal to the given value.
neq?stringNot-equals constraint.
nin?Array<string>Not-in-array constraint.