Skip to content

Commit

Permalink
fix: change nextOffset to cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonwoong committed Oct 12, 2023
1 parent 7b3a06e commit 9839fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,5 +885,5 @@ export interface AinftTokenSearchResponse extends SearchReponse {

export interface SearchReponse {
isFinal: boolean;
nextOffset?: string;
cursor?: string;
}

0 comments on commit 9839fc2

Please sign in to comment.