deno / 1.23.2 / ~ / deno.readpermissiondescriptor.html /

Deno.ReadPermissionDescriptor

interface ReadPermissionDescriptor {
name : "read";
path? : string | URL;
}

Properties

name : "read"
path? : string | URL