Type alias Permission

Permission: {
    action: string;
    resource: Resource;
}

Type declaration

Generated using TypeDoc