Type alias PermissionLevelType

PermissionLevelType: PermissionLevel | {
    actor: NameType;
    permission: NameType;
}