파일 타입 추가.
This commit is contained in:
parent
566109eadf
commit
0bd29af831
|
@ -5,6 +5,8 @@ export enum FileType {
|
|||
Video = 'V',
|
||||
// F : 파일
|
||||
File = 'F',
|
||||
// S : 사운드파일
|
||||
Sound = 'S',
|
||||
// "" 빈값이면 모든 타입을 내려줌
|
||||
All = ''
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user