diff --git a/ts/global.d.ts b/ts/global.d.ts index cd129dcea..20d66f308 100644 --- a/ts/global.d.ts +++ b/ts/global.d.ts @@ -17,6 +17,7 @@ interface Window { generateID: any; pushToast: any; storage: any; + pushToast: any; } interface Promise {