Skip to content

Commit 92bc917

Browse files
authored
Merge pull request #7 from js-items/develop
fix: changed cursor interface
2 parents 9d3247c + cde86ea commit 92bc917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/Cursor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export const start = undefined;
22

33
type Cursor = string | typeof start;
44

5+
56
export default Cursor;

0 commit comments

Comments
 (0)