Interface RegistryEntityWhitelistRoleConfig

EntityWhitelistRoleConfig is a per-entity whitelist configuration for a given role.

interface RegistryEntityWhitelistRoleConfig {
    max_nodes?: number;
}

Properties

Properties

max_nodes?: number