Type Alias ShowAlert

ShowAlert: ((options: {
    message: string;
    type: "success" | "danger";
    duration?: number;
}) => void)
MMNEPVFCICPMFPCPTTAAATR