feat: add num_deleted_rows to delete result (#3077)

This commit is contained in:
Wyatt Alt
2026-03-02 08:37:14 -08:00
committed by GitHub
parent 0498ac1f2f
commit cf81b6419f
6 changed files with 59 additions and 8 deletions

View File

@@ -8,6 +8,14 @@
## Properties
### numDeletedRows
```ts
numDeletedRows: number;
```
***
### version
```ts