summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
Diffstat (limited to 'cdn')
-rw-r--r--cdn/src/Server.ts2
1 files changed, 1 insertions, 1 deletions
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<CDNServerOptions>) {
 		super(options);