mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+3
-3
@@ -40,9 +40,9 @@ declare module Backgrid {
|
||||
cell: string;
|
||||
headerCell: string;
|
||||
label: string;
|
||||
sortable: bool;
|
||||
editable: bool;
|
||||
renderable: bool;
|
||||
sortable: boolean;
|
||||
editable: boolean;
|
||||
renderable: boolean;
|
||||
formater: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user