refactor: make exporting consistent
This commit is contained in:
@@ -4,9 +4,7 @@ namespace Disco.Models.Services.Exporting
|
||||
{
|
||||
public interface IExportOptions
|
||||
{
|
||||
ExportFormat Format { get; }
|
||||
string FilenamePrefix { get; }
|
||||
string ExcelWorksheetName { get; }
|
||||
string ExcelTableName { get; }
|
||||
int Version { get; set; }
|
||||
ExportFormat Format { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user