From 74ac1a8503ba09a728948377ea92feeaebf30bd0 Mon Sep 17 00:00:00 2001 From: kyranet Date: Sat, 28 Sep 2019 13:28:51 +0200 Subject: [PATCH] typings: Removed unused variables --- typings/index.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 3984bc28..3329f38a 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -188,9 +188,6 @@ declare module 'klasa' { declare module 'discord.js' { import { DashboardUser, MiddlewareStore, RouteStore, Server, KlasaDashboardHooksOptions } from 'klasa-dashboard-hooks'; - import { ServerOptions as H1ServerOptions } from 'http'; - import { ServerOptions as HS1ServerOptions } from 'https'; - import { SecureServerOptions as H2SecureServerOptions } from 'http2'; interface Client { server: Server;