Searched defs:SQLTransactionErrorCallback (Results 1 – 2 of 2) sorted by relevance
55 export type SQLTransactionErrorCallback = (error: SQLError) => void; alias
23 export type SQLTransactionErrorCallback = (error: SQLError) => void; alias