NotificationParams: {
    autoClose?: boolean | number;
    color?: string;
    id?: string;
    message?: string;
    title?: string;
    withCloseButton?: boolean;
}