Skip to content

Commit 9fcc53d

Browse files
Merge pull request #30 from henrim/add_notes_field_to_event
fix: add notes field to event typings
2 parents fbaa48c + b8b2c17 commit 9fcc53d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ declare module "nativescript-calendar" {
150150
id: string;
151151
title: string;
152152
location: string;
153+
notes: string;
153154
url: string;
154155
startDate: Date;
155156
endDate: Date;

0 commit comments

Comments
 (0)