mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove remaining leftovers from deprecated single query param
This commit is contained in:
@@ -11,10 +11,6 @@ export type Query = {
|
||||
search?: string;
|
||||
export?: 'json' | 'csv' | 'xml';
|
||||
deep?: Record<string, Query>;
|
||||
/**
|
||||
* @deprecated see https://github.com/directus/directus/discussions/5601 : use limit instead
|
||||
*/
|
||||
single?: boolean;
|
||||
};
|
||||
|
||||
export type Sort = {
|
||||
|
||||
Reference in New Issue
Block a user