import {IcsToastType} from './ics-toast-type'; export interface IcsToast { icon: IcsToastType; message: string; keepAfterRouteChange?: boolean; }