From ea41892fef208b10c1bb322de7683c39ebab3dd5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:01:01 +0100 Subject: :wrench: build --- dist/util/Config.d.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dist/util/Config.d.ts (limited to 'dist/util/Config.d.ts') diff --git a/dist/util/Config.d.ts b/dist/util/Config.d.ts new file mode 100644 index 00000000..2ab792f5 --- /dev/null +++ b/dist/util/Config.d.ts @@ -0,0 +1,13 @@ +import "missing-native-js-functions"; +declare const _default: { + init: (opts?: DefaultOptions) => Promise; + getAll: () => DefaultOptions; + setAll: (val: any) => any; +}; +export default _default; +export interface DefaultOptions { + api?: any; + gateway?: any; + voice?: any; +} +export declare const DefaultOptions: DefaultOptions; -- cgit 1.5.1