deno / latest / ~ / deno.runpermissiondescriptor.html

Deno.RunPermissionDescriptor

interface RunPermissionDescriptor {
    
command?: string | URL;
name: "run";
}

Properties

command?: string | URL
name: "run"