From 2ac76109376580b5b8184e57a8a1d595036b0b82 Mon Sep 17 00:00:00 2001 From: Isaac Moore Date: Tue, 19 Jan 2021 17:52:41 -0600 Subject: [PATCH] Add missing FLV props to TS defs (#1122) --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index be9d9371..e8fb57de 100644 --- a/index.d.ts +++ b/index.d.ts @@ -58,9 +58,11 @@ export interface FileConfig { forceAudio?: boolean; forceHLS?: boolean; forceDASH?: boolean; + forceFLV?: boolean; hlsOptions?: Object; hlsVersion?: string; dashVersion?: string; + flvVersion?: string; } export interface TwitchConfig {