Deno.PermissionOptionsObject.hrtime - Deno documentation
property Deno.PermissionOptionsObject.hrtime

Specifies if the hrtime permission should be requested or revoked. If set to "inherit", the current hrtime permission will be inherited. If set to true, the global hrtime permission will be requested. If set to false, the global hrtime permission will be revoked.

Type

"inherit" | boolean