Skip to content

Commit a2627e7

Browse files
feat: add endTimestamp under liveBroadcastDetails (#1038)
1 parent 2266982 commit a2627e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ declare module 'ytdl-core' {
198198
liveBroadcastDetails?: {
199199
isLiveNow: boolean;
200200
startTimestamp: string;
201+
endTimestamp?: string;
201202
};
202203
uploadDate: string;
203204
}

0 commit comments

Comments
 (0)