mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Multiple bool => boolean fixes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ interface NotifyOptions {
|
||||
type?: string;
|
||||
/**
|
||||
Allow alert to be closable through a close icon.
|
||||
@param {bool} closable
|
||||
@param {boolean} closable
|
||||
*/
|
||||
closable?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user