feature: saved exports
initial - not feature complete
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Disco.Models.Services.Exporting
|
||||
{
|
||||
public class SavedExportSchedule
|
||||
{
|
||||
public int Version { get; set; } = 1;
|
||||
public byte WeekDays { get; set; }
|
||||
public byte StartHour { get; set; }
|
||||
public byte? EndHour { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user