Skip to content

Commit d1d36b1

Browse files
committed
chore: add RowDataPacket[] basic example
1 parent 28ad73c commit d1d36b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/en/TypeScript-Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ For `ProcedureCallPacket<RowDataPacket[]>` and `ProcedureCallPacket<RowDataPacke
299299

300300
You can also check some code examples using **MySQL2** and **TypeScript** to understand advanced concepts:
301301

302-
- Extending and using **Interfaces** with `RowDataPacket` (*in progress*)
302+
- [Extending and using **Interfaces** with `RowDataPacket`](../../examples/typescript/row-data-packet.ts)
303303
- Checking for `ResultSetHeader` or `RowDataPacket[]` using **Procedure Calls** (*in progress*)
304304
- Checking for `ResultSetHeader` or `RowDataPacket[][]` using **Procedure Calls** (*in progress*)
305305
- Creating a custom **MySQL2** **Class** (*in progress*)

0 commit comments

Comments
 (0)