@revolist/revogrid / DateEnum
Type Alias: DateEnum
ts
type DateEnum:
| "today"
| "yesterday"
| "tomorrow"
| "thisweek"
| "lastweek"
| "nextweek"
| "thismonth"
| "lastmonth"
| "nextmonth"
| "thisyear"
| "lastyear"
| "nextyear";