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
+5
-5
@@ -10,12 +10,12 @@ interface NotyOptions {
|
||||
theme?: string;
|
||||
type?: string;
|
||||
text?: string;
|
||||
dismissQueue?: bool;
|
||||
dismissQueue?: boolean;
|
||||
template?: string;
|
||||
animation?: NotyAnimationOptions;
|
||||
timeout?: number;
|
||||
force?: bool;
|
||||
modal?: bool;
|
||||
force?: boolean;
|
||||
modal?: boolean;
|
||||
closeWith?: Array;
|
||||
callback?: NotyCallbackOptions;
|
||||
buttons?: any;
|
||||
@@ -62,6 +62,6 @@ declare var noty: {
|
||||
setType(type: string);
|
||||
setTimeout(timeout: number);
|
||||
|
||||
closed: bool;
|
||||
shown: bool;
|
||||
closed: boolean;
|
||||
shown: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user