Skip to content

Commit

Permalink
feat(connect): add skip to QueryOptions #609
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 10, 2023
1 parent fd5b843 commit 48a01a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect/deno/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export interface QueryOptions {
fields?: string[]
sort?: { [k: string]: SortOptions }[]
limit?: number
skip?: number
useIndex?: string
}

Expand Down

0 comments on commit 48a01a6

Please sign in to comment.