Skip to content

Commit

Permalink
Fix pagination type definition. (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap authored and daffl committed Mar 14, 2017
1 parent 7297b8d commit 521376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -17,7 +17,7 @@ declare namespace feathers {
total: Number,
limit: Number,
skip: Number,
data: T
data: T[]
}

interface Service<T> extends events.EventEmitter {
Expand Down

1 comment on commit 521376e

@zxh19890103
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good boy. I found this issue some days ago. Thanks

Please sign in to comment.