TimePeriod: {
Last7Days: "last7Days";
LastMonth: "lastMonth";
LastWeek: "lastWeek";
NextMonth: "nextMonth";
NextWeek: "nextWeek";
ThisMonth: "thisMonth";
ThisWeek: "thisWeek";
Today: "today";
Tomorrow: "tomorrow";
Yesterday: "yesterday";
} = ...
Type declaration
Readonly
Last7Days: "last7Days"
Readonly
LastMonth: "lastMonth"
Readonly
LastWeek: "lastWeek"
Readonly
NextMonth: "nextMonth"
Readonly
NextWeek: "nextWeek"
Readonly
ThisMonth: "thisMonth"
Readonly
ThisWeek: "thisWeek"
Readonly
Today: "today"
Readonly
Tomorrow: "tomorrow"
Readonly
Yesterday: "yesterday"