using System.Collections.Generic; namespace Disco.Models.UI.Config.DeviceFlag { public interface ConfigDeviceFlagIndexModel : BaseUIModel { Dictionary DeviceFlags { get; set; } } }