mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Switched bool to boolean for TS 0.9.1
This commit is contained in:
Vendored
+1
-1
@@ -88,7 +88,7 @@ interface GlobalizeCulture {
|
||||
name: string;
|
||||
englishName: string;
|
||||
nativeName: string;
|
||||
isRTL: bool;
|
||||
isRTL: boolean;
|
||||
language: string;
|
||||
numberFormat: GlobalizeNumberFormat;
|
||||
calendars: GlobalizeCalendars;
|
||||
|
||||
Reference in New Issue
Block a user