summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Config.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Config.ts b/src/Config.ts

index 0d06f101..b22e88e0 100644 --- a/src/Config.ts +++ b/src/Config.ts
@@ -18,9 +18,9 @@ export default { }; export interface DefaultOptions { - api: any; - gateway: any; - voice: any; + api?: any; + gateway?: any; + voice?: any; } export const DefaultOptions: DefaultOptions = {