We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0f8c6 commit 30b7d35Copy full SHA for 30b7d35
1 file changed
index.d.ts
@@ -38,7 +38,7 @@ export declare class Database {
38
table(): void
39
authorizer(rulesObj: object): void
40
loadExtension(path: string): void
41
- maxWriteReplicationIndex(): void
+ maxWriteReplicationIndex(): number
42
exec(sql: string): void
43
interrupt(): void
44
close(): void
0 commit comments