Skip to content

Commit 461604d

Browse files
committed
Remove unused type
1 parent 75f9b32 commit 461604d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type ResultIterator = _ResultIterator<Value>;
5050

5151
export type ResultRow = _ResultRow<Value>;
5252

53-
export type Connect = (Error | string | null);
53+
export type Connect = Error | null;
5454

5555
export type End = void;
5656

0 commit comments

Comments
 (0)