sqlocal / index / RawResultData
Type Alias: RawResultData
ts
type RawResultData = {
columns: string[];
numAffectedRows?: bigint;
rows: unknown[] | unknown[][];
};Defined in: src/types.ts:74
Properties
| Property | Type | Defined in |
|---|---|---|
columns | string[] | src/types.ts:76 |
numAffectedRows? | bigint | src/types.ts:77 |
rows | unknown[] | unknown[][] | src/types.ts:75 |

