From 4f12d6d3532027ab9fa5891f350bd89629f8fe7a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 14:40:59 +0200 Subject: :bug: fix types --- cdn/src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdn/src') diff --git a/cdn/src/Server.ts b/cdn/src/Server.ts index a73a948c..522e11c2 100644 --- a/cdn/src/Server.ts +++ b/cdn/src/Server.ts @@ -6,7 +6,7 @@ import avatarsRoute from "./routes/avatars"; export interface CDNServerOptions extends ServerOptions {} export class CDNServer extends Server { - public options: CDNServerOptions; + public declare options: CDNServerOptions; constructor(options?: Partial) { super(options); -- cgit 1.5.1