diff --git a/bootstrap-notify/bootstrap-notify.d.ts b/bootstrap-notify/bootstrap-notify.d.ts index 85e2843569..0686e5ef13 100644 --- a/bootstrap-notify/bootstrap-notify.d.ts +++ b/bootstrap-notify/bootstrap-notify.d.ts @@ -58,4 +58,5 @@ interface NotifySettings { interface NotifyReturn { $ele: JQueryStatic; close: () => void; - update: (command: string, update: any) => void;} + update: (command: string, update: any) => void; +}