interface IDBResult {
    headers: string[];
    ok: true;
    rows: DBValue[][];
}

Hierarchy (view full)

Properties

Properties

headers: string[]
ok: true
rows: DBValue[][]