We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bb092 commit e854862Copy full SHA for e854862
src/types/types.ts
@@ -550,7 +550,8 @@ export type TasksQuery = {
550
limit?: number;
551
from?: number;
552
/**
553
- * If true, the tasks are returned in reverse order (requires Meilisearch 1.12.0 or later)
+ * If true, the tasks are returned in reverse order (requires Meilisearch
554
+ * 1.12.0 or later)
555
*/
556
reverse?: boolean;
557
};
0 commit comments