fix: remove duplicate RecurrenceType definition in shared/types (#34)
Re-export from shared/recurrence instead of redefining. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b277232462
commit
91eef58186
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