diff --git a/src/interfaces/Cursor.ts b/src/interfaces/Cursor.ts index ba34ac6..9ae6d90 100644 --- a/src/interfaces/Cursor.ts +++ b/src/interfaces/Cursor.ts @@ -2,4 +2,5 @@ export const start = undefined; type Cursor = string | typeof start; + export default Cursor; \ No newline at end of file