diff --git a/types/node/index.d.ts b/types/node/index.d.ts index b7927743bb..ab3a422262 100644 --- a/types/node/index.d.ts +++ b/types/node/index.d.ts @@ -7047,7 +7047,7 @@ declare module "perf_hooks" { * Property buffered defaults to false. * @param options */ - observe(options: { entryTypes: string[], buffered: boolean }): void; + observe(options: { entryTypes: string[], buffered?: boolean }): void; } export namespace constants {