export type AlertPropType = boolean;
export type PropAlert = {
    alert: AlertPropType;
};
