Skip to content

Commit

Permalink
Remove PlaybackErrorEvent duplicate in index.d.ts (#4348)
Browse files Browse the repository at this point in the history
`PlaybackErrorEvent` interface definition is duplicated in `index.d.ts`.
This commit removes the duplicate.
  • Loading branch information
kris-youview committed Jan 10, 2024
1 parent 73c408e commit acafe2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Expand Up @@ -1945,11 +1945,6 @@ declare namespace dashjs {
adaptationSet: object;
}

export interface PlaybackErrorEvent extends Event {
type: MediaPlayerEvents['PLAYBACK_ERROR'];
error: string;
}

export interface MediaSettings {
lang?: string;
viewpoint?: any;
Expand Down

0 comments on commit acafe2c

Please sign in to comment.