Skip to content

Commit

Permalink
Add created and lastModified to EventAttributes type (adamgibbons#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgardiner authored Oct 27, 2020
1 parent 36a4984 commit 7a4881b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export type EventAttributes = {
recurrenceRule?: string;
sequence?: number;
calName?: string;
created?: DateArray;
lastModified?: DateArray;
} & ({ end: DateArray } | { duration: DurationObject });

export type ReturnObject = { error?: Error; value?: string };
Expand Down

0 comments on commit 7a4881b

Please sign in to comment.