interface Permission {
    action: "write" | "read";
    resource: Resource;
}

Properties

Properties

action: "write" | "read"
resource: Resource
MMNEPVFCICPMFPCPTTAAATR