From 1027e7872148b44a63f21b21d40f38b56bee8828 Mon Sep 17 00:00:00 2001 From: John Gainfort Jr Date: Thu, 7 Sep 2017 13:08:46 -0600 Subject: [PATCH] added union type for Data.details --- types/hls.js/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/hls.js/index.d.ts b/types/hls.js/index.d.ts index d8b34e5969..f496f2d165 100644 --- a/types/hls.js/index.d.ts +++ b/types/hls.js/index.d.ts @@ -1430,9 +1430,9 @@ declare namespace Hls { */ levelId?: number; /** - * ErrorDetails type + * ErrorDetails type or Level Details */ - details?: string; + details?: string | LevelDetails; /** * PTS drift observed when parsing last fragment */