diff --git a/node/node.d.ts b/node/node.d.ts index f20fdeb26d..7207d04fd8 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -79,7 +79,7 @@ declare var Buffer: { ************************************************/ declare module NodeJS { export interface ErrnoException extends Error { - errno?: any; + errno?: number; code?: string; path?: string; syscall?: string;