UNPKG

@hyahfoufi/ng-snotify

Version:

Angular 2+ alternative notifications center

13 lines (12 loc) 348 B
import { SnotifyToastConfig } from './snotify-toast-config.interface'; import { SnotifyGlobalConfig } from './snotif-global-config.interface'; /** * Global configuration object */ export interface SnotifyDefaults { global?: SnotifyGlobalConfig; toast?: SnotifyToastConfig; type?: { [key: string]: SnotifyToastConfig; }; }