mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Fix current media time type in BreaksEvent
This commit is contained in:
@@ -378,7 +378,7 @@ declare namespace cast.framework.events {
|
||||
/**
|
||||
* The time in the currently playing media when the break event occurred.
|
||||
*/
|
||||
currentMediaTime?: string;
|
||||
currentMediaTime?: number;
|
||||
|
||||
/**
|
||||
* The reason the break clip ended.
|
||||
|
||||
Reference in New Issue
Block a user