diff --git a/bootbox/bootbox.d.ts b/bootbox/bootbox.d.ts index 91c299931..b9f3db22b 100644 --- a/bootbox/bootbox.d.ts +++ b/bootbox/bootbox.d.ts @@ -26,8 +26,8 @@ interface BootboxButton { } interface BootboxDialogOptions { - message: string | Element - title?: string | Element + message: string | Element; + title?: string | Element; callback?: (result: boolean) => any; show?: boolean; onEscape?: () => any;