using Disco.Models.Repository; using Disco.Models.Services.Exporting; using Disco.Models.UI.Config.Export; using System.Collections.Generic; namespace Disco.Web.Areas.Config.Models.Export { public class IndexModel : ConfigExportIndexModel { public List SavedExports { get; set; } public Dictionary ExportTypeNames { get; set; } public Dictionary CreatedUsers { get; set; } } }