Skip to content

Commit

Permalink
fix: index.d.ts (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungrynoob authored and atian25 committed Nov 11, 2019
1 parent 690711b commit afed910
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.d.ts
Expand Up @@ -466,16 +466,6 @@ declare module 'egg' {

siteFile: PlainObject<string | Buffer>;

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<ClientErrorResponse>;
Expand Down

0 comments on commit afed910

Please sign in to comment.