From dc6ed0fd0a50890143b41b1f1c601965725260ab Mon Sep 17 00:00:00 2001 From: Sam Saint-Pettersen Date: Wed, 11 Nov 2015 10:35:40 +0000 Subject: [PATCH] Update ngbootbox.d.ts --- ngbootbox/ngbootbox.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngbootbox/ngbootbox.d.ts b/ngbootbox/ngbootbox.d.ts index 4c6233dab..e99e47979 100644 --- a/ngbootbox/ngbootbox.d.ts +++ b/ngbootbox/ngbootbox.d.ts @@ -26,7 +26,7 @@ interface BootboxService { alert(msg: string): Promise; confirm(msg: string): Promise; prompt(msg: string): Promise; - customDialog(options: IBootboxDialog): void; + customDialog(options: NgBootboxDialog): void; setDefaults(options: BootboxDefaultOptions): void; hideAll(): void;