feat: Use new Reminders API instead of reminder_dates
This commit is contained in:
8
src/types/IReminderPeriodRelativeTo.ts
Normal file
8
src/types/IReminderPeriodRelativeTo.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export const REMINDER_PERIOD_RELATIVE_TO_TYPES = {
|
||||
DUEDATE: 'due_date',
|
||||
STARTDATE: 'start_date',
|
||||
ENDDATE: 'end_date',
|
||||
} as const
|
||||
|
||||
export type IReminderPeriodRelativeTo = typeof REMINDER_PERIOD_RELATIVE_TO_TYPES[keyof typeof REMINDER_PERIOD_RELATIVE_TO_TYPES]
|
||||
|
Reference in New Issue
Block a user