#138 device flags configuration API and UI
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using Disco.Models.Services.Devices.DeviceFlag;
|
||||
using Disco.Models.Services.Exporting;
|
||||
using Disco.Models.UI;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.Areas.Config.UI.DeviceFlag
|
||||
{
|
||||
public interface ConfigDeviceFlagExportModel : BaseUIModel
|
||||
{
|
||||
DeviceFlagExportOptions Options { get; set; }
|
||||
|
||||
string ExportSessionId { get; set; }
|
||||
ExportResult ExportSessionResult { get; set; }
|
||||
|
||||
List<Repository.DeviceFlag> DeviceFlags { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user