localhost-front/src/common/msgEnum.ts
2024-12-19 09:38:23 +09:00

6 lines
252 B
TypeScript

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