mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[better-sqlite3] Fix types for ran query results and custom operators
This commit is contained in:
Vendored
+2
-1
@@ -9,7 +9,7 @@ import * as Integer from 'integer';
|
||||
|
||||
interface RunResult {
|
||||
changes: number;
|
||||
lastInsertRowID: number;
|
||||
lastInsertROWID: Integer.IntLike;
|
||||
}
|
||||
|
||||
declare class Statement {
|
||||
@@ -48,6 +48,7 @@ interface RegistrationOptions {
|
||||
name?: string;
|
||||
varargs?: boolean;
|
||||
deterministic?: boolean;
|
||||
safeIntegers?: boolean;
|
||||
}
|
||||
|
||||
interface Database {
|
||||
|
||||
Reference in New Issue
Block a user