using System.Collections.Generic; namespace IwbZero.Zero.Configuration { public interface IRoleManagementConfig { List<StaticRoleDefinition> StaticRoles { get; } } }