export default interface MailForm {
    mail_title: String;
    event_type: string;
    mail_content: String;
}
