diff --git a/index.d.ts b/index.d.ts index 693aa01..ddc3f72 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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.