mirror of
https://github.com/directus/directus.git
synced 2026-02-10 17:44:58 -05:00
Add limit/offset
This commit is contained in:
@@ -2,6 +2,9 @@ export type Query = {
|
||||
fields?: string[];
|
||||
sort?: Sort[];
|
||||
filter?: Filter[];
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
page?: number;
|
||||
};
|
||||
|
||||
export type Sort = {
|
||||
|
||||
Reference in New Issue
Block a user