mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+2
-2
@@ -20,11 +20,11 @@ declare module "msnodesql" {
|
||||
}
|
||||
|
||||
interface QueryCallback {
|
||||
(err?: Error, results?: any[], more?: bool): void;
|
||||
(err?: Error, results?: any[], more?: boolean): void;
|
||||
}
|
||||
|
||||
interface QueryRawCallback {
|
||||
(err?: Error, results?: QueryRawResult, more?: bool): void;
|
||||
(err?: Error, results?: QueryRawResult, more?: boolean): void;
|
||||
}
|
||||
|
||||
interface QueryRawResult {
|
||||
|
||||
Reference in New Issue
Block a user