Skip to content

Commit dcfba14

Browse files
authored
Add unknown Type for TS (#327, #313)
1 parent 2817521 commit dcfba14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-ical.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ declare module 'node-ical' {
8686
* Time between repeated alarms (if repeat is set)
8787
* DURATION:PT15M
8888
*/
89-
duration?;
89+
duration?: unknown;
9090
/**
9191
* Everything except DISPLAY
9292
* https://www.kanzaki.com/docs/ical/attach.html
9393
*/
94-
attach;
94+
attach: unknown;
9595
/**
9696
* For action = email
9797
*/

0 commit comments

Comments
 (0)