From 9839fc2c8f82f5e260ff6b8d167a68f04cd10345 Mon Sep 17 00:00:00 2001 From: hyeonwoong Date: Thu, 12 Oct 2023 17:06:51 +0900 Subject: [PATCH] fix: change nextOffset to cursor --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index fc88cee4..bc83f16b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -885,5 +885,5 @@ export interface AinftTokenSearchResponse extends SearchReponse { export interface SearchReponse { isFinal: boolean; - nextOffset?: string; + cursor?: string; } \ No newline at end of file