mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 05:09:40 +00:00
Add transaction type
This commit is contained in:
parent
e941cf956f
commit
3a8f04cf14
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ function createDb() {
|
|||
|
||||
export const db = createDb();
|
||||
export default db;
|
||||
export type Transaction = Parameters<Parameters<typeof db["transaction"]>[0]>[0];
|
||||
|
||||
function checkFileExists(filePath: string): boolean {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue