Remove remaining leftovers from deprecated single query param

This commit is contained in:
rijkvanzanten
2021-05-25 11:38:33 -04:00
parent 7006410c47
commit c3589d138f
17 changed files with 337 additions and 328 deletions

View File

@@ -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 = {