export const enum fileMsg { FileMaxSizeMsg = '파일 용량은 5MB를 넘을 수 없습니다.', FileMaxLengthMsg = '최대 5개까지 첨부 할 수 있습니다.', FileNotTypeMsg = '첨부 할 수 없는 파일유형이 있습니다.', }