mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 20:50:02 +00:00
enforce segment's only valid value
This commit is contained in:
2
types/twitch-ext/index.d.ts
vendored
2
types/twitch-ext/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user