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 {