Type Alias NotificationEvent

NotificationEvent: ((data: {
    icon: string;
    message: string;
    time: number;
    title: string;
}) => void)