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
+1
-1
@@ -66,7 +66,7 @@ interface MediaContent {
|
||||
fileSize: number;
|
||||
type: string;
|
||||
medium: string;
|
||||
isDefault: bool;
|
||||
isDefault: boolean;
|
||||
expression: string;
|
||||
bitrate: number;
|
||||
framerate: number;
|
||||
|
||||
Reference in New Issue
Block a user