diff --git a/index.d.ts b/index.d.ts index 2e626cc..99b8800 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2,7 +2,7 @@ // Project: node-firebird // Definitions by: Marco Warm -declare module 'node-firebird' { +declare module 'node-firebird-dev' { type DatabaseCallback = (err: any, db: Database) => void; type TransactionCallback = (err: Options, transaction: Transaction) => void;