From fa80fda5078f458234b08d3467f5b772cfdee5fc Mon Sep 17 00:00:00 2001 From: Benjamin Dobson Date: Thu, 17 May 2018 17:20:24 +0100 Subject: [PATCH] Array style fix --- types/jwplayer/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jwplayer/index.d.ts b/types/jwplayer/index.d.ts index e01620bff5..b2f9879d59 100644 --- a/types/jwplayer/index.d.ts +++ b/types/jwplayer/index.d.ts @@ -92,7 +92,7 @@ interface AdImpressionParam extends CallbackParam { interface AdScheduleParam extends CallbackParam { tag: string; client: string; - adbreaks: Array; + adbreaks: object[]; } interface AdStartedParam extends CallbackParam {