Skip to content

Commit

Permalink
Add cursor to storage index list ts definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito committed Oct 21, 2024
1 parent 9c696dc commit f2a0353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4978,7 +4978,7 @@ declare namespace nkruntime {
* @returns A list of storage objects matching the query criteria.
* @throws {TypeError, GoError}
*/
storageIndexList(indexName: string, query: string, limit: number, order?: string[], callerId?: string | void): StorageIndexResult;
storageIndexList(indexName: string, query: string, limit: number, order?: string[], callerId?: string | void, cursor?: string): StorageIndexResult;

/**
* Get Satori object.
Expand Down

0 comments on commit f2a0353

Please sign in to comment.