From 0e8356e9b1acd95be5b94f0e55bba9d749a36d12 Mon Sep 17 00:00:00 2001
From: afeuerstein <32029275+afeuerstein@users.noreply.github.com>
Date: Tue, 6 Apr 2021 21:32:44 +0200
Subject: remove compiled typescript code from repo
---
dist/util/Config.d.ts | 21 ---------------------
1 file changed, 21 deletions(-)
delete 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
deleted file mode 100644
index efab99c2..00000000
--- a/dist/util/Config.d.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-///
-import { Schema, Document } from "mongoose";
-import "missing-native-js-functions";
-declare const _default: {
- init: (defaultOpts?: any) => Promise;
- getAll: () => DefaultOptions;
- setAll: (val: any) => Promise;
-};
-export default _default;
-export declare const DefaultOptions: {
- api: {};
- gateway: {};
- voice: {};
-};
-export interface DefaultOptions extends Document {
- api?: any;
- gateway?: any;
- voice?: any;
-}
-export declare const ConfigSchema: Schema, import("mongoose").Model>, undefined>;
-export declare const ConfigModel: import("mongoose").Model;
--
cgit 1.5.1