Skip to content

Commit

Permalink
fix: Make x key optional in types (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Aug 18, 2020
1 parent bd84230 commit e3c21e2
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 @@ -81,7 +81,7 @@ declare module 'ical-generator' {
timezone?: string;
recurrenceId?: moment.Moment | Date | string;
transparency?: string;
x: { key:string, value:string }[];
x?: { key:string, value:string }[];
}

interface RepeatingData {
Expand Down

0 comments on commit e3c21e2

Please sign in to comment.