Skip to content

Commit 1a8afa8

Browse files
committed
Use date type for timeline pin
1 parent 50a5c01 commit 1a8afa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/types/timeline.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export {};
33
declare global {
44
interface TimelinePin {
55
id: string;
6-
time: string;
6+
time: Date;
77
duration?: number;
88
createNotification?: TimelineNotification;
99
updateNotification?: TimelineNotification;

0 commit comments

Comments
 (0)