From dc37422bdc66692e5a89f10bb275bf34542080d4 Mon Sep 17 00:00:00 2001 From: Isaac Moore Date: Mon, 4 Jan 2021 16:10:57 -0600 Subject: [PATCH] Add missing FLV props to TS defs --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index d9d89436..b98a5b7e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -57,9 +57,11 @@ export interface FileConfig { forceAudio?: boolean; forceHLS?: boolean; forceDASH?: boolean; + forceFLV?: boolean; hlsOptions?: Object; hlsVersion?: string; dashVersion?: string; + flvVersion?: string; } export interface TwitchConfig {