feature: saved exports view/edit/trigger
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Disco.Models.Services.Exporting;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.Export
|
||||
{
|
||||
public interface ConfigExportIndexModel : BaseUIModel
|
||||
{
|
||||
List<SavedExport> SavedExports { get; set; }
|
||||
Dictionary<string, string> ExportTypeNames { get; set; }
|
||||
Dictionary<string, Repository.User> CreatedUsers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user