feat: extract shared types, colors, priority and recurrence (#34) #41
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export type RecurrenceType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
||||
export type { RecurrenceType } from './recurrence';
|
||||
|
||||
export type Priority = 0 | 1 | 2 | 3;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue