mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
Array style fix
This commit is contained in:
2
types/jwplayer/index.d.ts
vendored
2
types/jwplayer/index.d.ts
vendored
@@ -92,7 +92,7 @@ interface AdImpressionParam extends CallbackParam {
|
||||
interface AdScheduleParam extends CallbackParam {
|
||||
tag: string;
|
||||
client: string;
|
||||
adbreaks: Array<object>;
|
||||
adbreaks: object[];
|
||||
}
|
||||
|
||||
interface AdStartedParam extends CallbackParam {
|
||||
|
||||
Reference in New Issue
Block a user