mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
[TS] Add deprecated note (#5603)
https://github.com/directus/directus/discussions/5601
This commit is contained in:
@@ -7,11 +7,14 @@ export type Query = {
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
page?: number;
|
||||
single?: boolean;
|
||||
meta?: Meta[];
|
||||
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