A delegated FILE capability marker for a task param (§5.7).

interface FileCap {
    $cap: "file";
    mode: "ro" | "rw";
    mountId: string;
    relPath: string;
}

Properties

$cap: "file"
mode: "ro" | "rw"
mountId: string
relPath: string