diff --git a/types/angular-toastr/index.d.ts b/types/angular-toastr/index.d.ts index eddccb4021..21cf13cce2 100644 --- a/types/angular-toastr/index.d.ts +++ b/types/angular-toastr/index.d.ts @@ -8,6 +8,15 @@ import * as angular from 'angular'; +export type IToastBaseConfig = angular.toastr.IToastBaseConfig; +export type IToastContainerConfig = angular.toastr.IToastContainerConfig; +export type IToastConfig = angular.toastr.IToastConfig; +export type IToastrConfig = angular.toastr.IToastrConfig; +export type IToastScope = angular.toastr.IToastScope; +export type IToast = angular.toastr.IToast; +export type IToastOptions = angular.toastr.IToastOptions; +export type IToastrService = angular.toastr.IToastrService; + declare module 'angular' { export namespace toastr { interface IToastBaseConfig {