Add sort_field to collection type

This commit is contained in:
rijkvanzanten
2020-08-18 17:26:16 -06:00
parent fac656ce91
commit 8d2f15fe3e

View File

@@ -14,6 +14,7 @@ export interface CollectionRaw {
icon: string | null;
translation: Translation[] | null;
display_template: string | null;
sort_field: string | null;
} | null;
schema: Record<string, any>;
}