This commit is contained in:
Benjamin Toby
2024-12-28 13:20:14 +01:00
parent e7fafc1bb6
commit c4e65a34db
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -912,6 +912,7 @@ export type ServerQueryParam = {
selectFields?: string[];
query?: ServerQueryQueryObject;
limit?: number;
offset?: number;
order?: {
field: string;
strategy: "ASC" | "DESC";
+1
View File
@@ -1090,6 +1090,7 @@ export type ServerQueryParam = {
selectFields?: string[];
query?: ServerQueryQueryObject;
limit?: number;
offset?: number;
order?: {
field: string;
strategy: "ASC" | "DESC";