TLSqliteRow

See source code

A row returned from a SQLite query, mapping column names to their values.

type TLSqliteRow = Record<string, TLSqliteOutputValue>;
Prev
TLSqliteOutputValue
Next
TLSyncStorageTransactionCallback