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;