mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+2
-2
@@ -18,9 +18,9 @@ declare module BgiFrame {
|
||||
left: string;
|
||||
width: string;
|
||||
height: string;
|
||||
opacity: bool;
|
||||
opacity: boolean;
|
||||
src: string;
|
||||
conditional: bool;
|
||||
conditional: boolean;
|
||||
}
|
||||
|
||||
interface IBgiframe {
|
||||
|
||||
Reference in New Issue
Block a user