Home
last modified time | relevance | path

Searched defs:SQLTransactionCallback (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts52 export type SQLTransactionCallback = (transaction: SQLTransaction) => void; alias
/expo/packages/expo-sqlite/build/
H A DSQLite.types.d.ts22 export type SQLTransactionCallback = (transaction: SQLTransaction) => void; alias