Skip to content

@revolist/revogrid / DateEnum

Type Alias: DateEnum

ts
type DateEnum: 
  | "today"
  | "yesterday"
  | "tomorrow"
  | "thisweek"
  | "lastweek"
  | "nextweek"
  | "thismonth"
  | "lastmonth"
  | "nextmonth"
  | "thisyear"
  | "lastyear"
  | "nextyear";

Defined in

src/plugins/filter/filter.types.ts:4

Revogrid is a MIT-licensed open source library made by Revolist OU.