feature: saved exports view/edit/trigger

This commit is contained in:
Gary Sharp
2025-02-12 18:36:30 +11:00
parent 59dc0b9d5a
commit eec8ba438c
40 changed files with 3042 additions and 1187 deletions
@@ -0,0 +1,6 @@
namespace Disco.Models.UI.Config.Export
{
public interface ConfigExportCreateModel : ConfigExportEditModel
{
}
}