From afed9105df34aad60c40ecba0e44ddaad1a605dc Mon Sep 17 00:00:00 2001 From: dxd Date: Mon, 11 Nov 2019 11:21:16 +0800 Subject: [PATCH] fix: index.d.ts (#4012) --- index.d.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/index.d.ts b/index.d.ts index 25c4f51ff7..04592ea3c6 100644 --- a/index.d.ts +++ b/index.d.ts @@ -466,16 +466,6 @@ declare module 'egg' { siteFile: PlainObject; - static: { - prefix: string; - dir: string | string[]; - // support lazy load - dynamic: boolean; - preload: boolean; - buffer: boolean; - maxFiles: number; - } & PlainObject; - watcher: PlainObject; onClientError(err: Error, socket: Socket, app: EggApplication): ClientErrorResponse | Promise;