Skip to content

Commit

Permalink
Use DateTime type for event exclusion dates (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah authored Jun 12, 2024
1 parent 6205c62 commit 785d443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export type EventAttributes = {
uid?: string;
method?: HeaderAttributes['method'];
recurrenceRule?: string;
exclusionDates?: string;
exclusionDates?: DateTime[];
sequence?: number;
calName?: HeaderAttributes['calName'];
classification?: classificationType;
Expand Down

0 comments on commit 785d443

Please sign in to comment.