mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
Update index.d.ts
This commit is contained in:
parent
063d102d2f
commit
3af46dc3ef
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -11,7 +11,7 @@ declare namespace feathers {
|
||||
|
||||
interface Params {
|
||||
query?: any;
|
||||
paginate?: false;
|
||||
paginate?: false | object;
|
||||
}
|
||||
|
||||
interface Pagination <T> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user