deno / 1.23.2 / ~ / deno.runpermissiondescriptor.html /

Deno.RunPermissionDescriptor

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

Properties

command? : string | URL
name : "run"