Skip to content

Commit

Permalink
fix(FEV-1011): add TS-types for player (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura authored Oct 8, 2021
1 parent b9a2326 commit 6823193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts-typed/player.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ declare namespace KalturaPlayerTypes {
config: KalturaPlayerTypes.PlayerConfig;
provider: any;
cuePointManager: KalturaPlayerTypes.CuePointManager;
ready: () => Promise<*>;
ready: () => Promise<any>;
sources: KalturaPlayerTypes.Sources;
}
}

0 comments on commit 6823193

Please sign in to comment.