This commit is contained in:
4
server/models/DataListSortRequest.cs
Normal file
4
server/models/DataListSortRequest.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Sockeye.Models
|
||||
{
|
||||
public record DataListSortRequest(string ListKey, string[] sortBy, bool[] sortDesc);
|
||||
}
|
||||
Reference in New Issue
Block a user