Skip to main content

linear.timelessdatecomparator

Home > @runlightyear/linear > TimelessDateComparator

TimelessDateComparator interface

Signature:
interface TimelessDateComparator 

Optional Properties

PropertyModifiersTypeDescription
eq?TimelessDateEquals constraint.
gt?TimelessDateGreater-than constraint. Matches any values that are greater than the given value.
gte?TimelessDateGreater-than-or-equal constraint. Matches any values that are greater than or equal to the given value.
in?Array<TimelessDate>In-array constraint.
lt?TimelessDateLess-than constraint. Matches any values that are less than the given value.
lte?TimelessDateLess-than-or-equal constraint. Matches any values that are less than or equal to the given value.
neq?TimelessDateNot-equals constraint.
nin?Array<TimelessDate>Not-in-array constraint.