#182 - Support default sort option

This commit is contained in:
Elio Struyf
2021-11-21 17:56:49 +01:00
parent 1f64e59917
commit 816a2fefe7
6 changed files with 35 additions and 4 deletions
+1
View File
@@ -5,4 +5,5 @@ export interface SortingSetting {
name: string;
order: SortOrder;
type: SortType;
id?: string;
}