5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
exports.Type = {
|
|
MOVIE: 'movie',
|
|
SERIES: 'series',
|
|
ANIME: 'anime'
|
|
}; |