Skip to content

Commit

Permalink
Fixed exceptionDate option being optional in TypeScript bindings
Browse files Browse the repository at this point in the history
Closes #329
  • Loading branch information
MoOx committed Nov 8, 2020
1 parent 400820d commit 91b9025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface AlarmStructuredLocation {

export interface Options {
/** The start date of a recurring event's exception instance. Used for updating single event in a recurring series. */
exceptionDate: ISODateString;
exceptionDate?: ISODateString;
/** iOS ONLY - If true the update will span all future events. If false it only update the single instance. */
futureEvents?: boolean;
}
Expand Down

0 comments on commit 91b9025

Please sign in to comment.