summary refs log tree commit diff
path: root/src/connections/Twitch/TwitchSettings.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/Twitch/TwitchSettings.ts')
-rw-r--r--src/connections/Twitch/TwitchSettings.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connections/Twitch/TwitchSettings.ts b/src/connections/Twitch/TwitchSettings.ts
new file mode 100644
index 00000000..eb732c82
--- /dev/null
+++ b/src/connections/Twitch/TwitchSettings.ts
@@ -0,0 +1,5 @@
+export class TwitchSettings {
+	enabled: boolean = false;
+	clientId: string | null = null;
+	clientSecret: string | null = null;
+}