Skip to content

Commit

Permalink
typings: Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Sep 28, 2019
1 parent 35846a2 commit 74ac1a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74ac1a8

Please sign in to comment.