import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { SysPermissionDescriptor } = Deno;
The permission descriptor for the allow-sys
and deny-sys
permissions, which controls
access to sensitive host system information, which malicious code might
attempt to exploit. The option kind
allows scoping the permission to a
specific piece of information.