From b98bcdf2e2be48ded1d34f2c9007bb92acd0071e Mon Sep 17 00:00:00 2001 From: Federico Della Rovere Date: Fri, 1 Mar 2019 15:11:03 +0100 Subject: [PATCH] enforce segment's only valid value --- types/twitch-ext/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/twitch-ext/index.d.ts b/types/twitch-ext/index.d.ts index 5e1c9bfc74..b603c8aa92 100644 --- a/types/twitch-ext/index.d.ts +++ b/types/twitch-ext/index.d.ts @@ -211,7 +211,7 @@ interface TwitchExtConfiguration { * @param version The configuration segment to set. * @param content The version of configuration with which the segment is stored. */ - set(segment: string, version: string, content: string): void; + set(segment: "broadcaster", version: string, content: string): void; } interface TwitchExtFeatureFlags {