파일 타입 추가.

This commit is contained in:
leejh 2019-10-29 17:26:44 +09:00
parent 566109eadf
commit 0bd29af831

View File

@ -5,6 +5,8 @@ export enum FileType {
Video = 'V',
// F : 파일
File = 'F',
// S : 사운드파일
Sound = 'S',
// "" 빈값이면 모든 타입을 내려줌
All = ''
}