UNPKG

@forestadmin/datasource-toolkit

Version:
6 lines 1.54 kB
export declare const uniqueOperators: readonly ["Equal", "NotEqual", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "Match", "NotContains", "NotIContains", "LongerThan", "ShorterThan", "IncludesAll", "IncludesNone"]; export declare const intervalOperators: readonly ["Today", "Yesterday", "PreviousMonth", "PreviousQuarter", "PreviousWeek", "PreviousYear", "PreviousMonthToDate", "PreviousQuarterToDate", "PreviousWeekToDate", "PreviousXDaysToDate", "PreviousXDays", "PreviousYearToDate"]; export declare const otherOperators: readonly ["Present", "Blank", "Missing", "In", "NotIn", "StartsWith", "EndsWith", "Contains", "IStartsWith", "IEndsWith", "IContains", "Like", "ILike", "Before", "After", "AfterXHoursAgo", "BeforeXHoursAgo", "Future", "Past"]; export declare const allOperators: readonly ["Equal", "NotEqual", "LessThan", "GreaterThan", "LessThanOrEqual", "GreaterThanOrEqual", "Match", "NotContains", "NotIContains", "LongerThan", "ShorterThan", "IncludesAll", "IncludesNone", "Today", "Yesterday", "PreviousMonth", "PreviousQuarter", "PreviousWeek", "PreviousYear", "PreviousMonthToDate", "PreviousQuarterToDate", "PreviousWeekToDate", "PreviousXDaysToDate", "PreviousXDays", "PreviousYearToDate", "Present", "Blank", "Missing", "In", "NotIn", "StartsWith", "EndsWith", "Contains", "IStartsWith", "IEndsWith", "IContains", "Like", "ILike", "Before", "After", "AfterXHoursAgo", "BeforeXHoursAgo", "Future", "Past"]; export type Operator = (typeof allOperators)[number]; //# sourceMappingURL=operators.d.ts.map