We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874cfe0 commit cbf832eCopy full SHA for cbf832e
src/types/types.ts
@@ -286,6 +286,8 @@ export type RawDocumentAdditionOptions = DocumentOptions & {
286
export type DocumentsQuery<T = Record<string, any>> = ResourceQuery & {
287
fields?: Fields<T>
288
filter?: Filter
289
+ limit?: number
290
+ offset?: number
291
}
292
293
export type DocumentQuery<T = Record<string, any>> = {
0 commit comments