#138 device flags configuration API and UI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.DeviceFlag
|
||||
{
|
||||
public interface ConfigDeviceFlagIndexModel : BaseUIModel
|
||||
{
|
||||
Dictionary<Repository.DeviceFlag, int> DeviceFlags { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user