Files
knightcrawler/addon/lib/types.js
2023-10-31 14:21:04 +02:00

6 lines
97 B
JavaScript

export const Type = {
MOVIE: 'movie',
SERIES: 'series',
ANIME: 'anime',
OTHER: 'other'
};