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/models/Ban.d.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dist/models/Ban.d.ts (limited to 'dist/models/Ban.d.ts') diff --git a/dist/models/Ban.d.ts b/dist/models/Ban.d.ts deleted file mode 100644 index ad3a39b7..00000000 --- a/dist/models/Ban.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -/// -import { Schema, Document } from "mongoose"; -export interface Ban extends Document { - user_id: string; - guild_id: string; - executor_id: string; - ip: string; - reason?: string; -} -export declare const BanSchema: Schema, import("mongoose").Model>, undefined>; -export declare const BanModel: import("mongoose").Model; -- cgit 1.5.1