We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a5c01 commit 1a8afa8Copy full SHA for 1a8afa8
1 file changed
lib/types/timeline.d.ts
@@ -3,7 +3,7 @@ export {};
3
declare global {
4
interface TimelinePin {
5
id: string;
6
- time: string;
+ time: Date;
7
duration?: number;
8
createNotification?: TimelineNotification;
9
updateNotification?: TimelineNotification;
0 commit comments