TLSqliteRow
See source codeA row returned from a SQLite query, mapping column names to their values.
type TLSqliteRow = Record<string, TLSqliteOutputValue>Prev
TLSqliteOutputValueNext
TLSyncStorageTransactionCallbackA row returned from a SQLite query, mapping column names to their values.
type TLSqliteRow = Record<string, TLSqliteOutputValue>