Searched defs:SQLTransactionCallback (Results 1 – 2 of 2) sorted by relevance
52 export type SQLTransactionCallback = (transaction: SQLTransaction) => void; alias
22 export type SQLTransactionCallback = (transaction: SQLTransaction) => void; alias