remove any union

This commit is contained in:
allipierre
2017-11-24 09:25:19 +01:00
parent 9f47e5d4c4
commit 4bc06272e9
+2 -2
View File
@@ -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;