mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
remove any union
This commit is contained in:
Vendored
+2
-2
@@ -43,7 +43,7 @@
|
||||
* confirm Dialog
|
||||
* {any} pMessage
|
||||
*/
|
||||
dialog(pOtions: options.confirmOptions | any): any;
|
||||
dialog(pOtions: options.confirmOptions): any;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
@@ -52,7 +52,7 @@ interface Window {
|
||||
|
||||
declare namespace options {
|
||||
interface confirmOptions {
|
||||
buttons?: buttonOptionss | any;
|
||||
buttons?: any;
|
||||
title?: string | boolean;
|
||||
content?: any;
|
||||
onContentReady?: any;
|
||||
|
||||
Reference in New Issue
Block a user