Skip to content

Commit 90d4e14

Browse files
committed
chore: remove OkPacket from TypeScript documentation
1 parent 5fc7d5c commit 90d4e14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/en/TypeScript-Examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ The `rows` output will be these possible types:
6363
- `RowDataPacket[]`
6464
- `RowDataPacket[][]`
6565
- `ResultSetHeader`
66+
- `ResultSetHeader[]` (needs to be fixed ⚠️)
6667
- `ProcedureCallPacket`
67-
- `OkPacket`
68-
- `OkPacket[]`
6968

7069
In this example, you need to manually check the output types
7170

0 commit comments

Comments
 (0)