Skip to content

Commit

Permalink
update provider parser ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Feb 23, 2022
1 parent f4dfe66 commit 50f7933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-typed/kaltura-player.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare module 'global' {
providers: {
RequestBuilder: any;
ResponseTypes: any;
OVPProviderParser: any;
ProviderParser: any;
};
ui: {
EventType: Record<string, string>;
Expand Down

0 comments on commit 50f7933

Please sign in to comment.