export const ThumbSize = { Small: '320x180', Medium: '480x270', Big: '1280x720', } as const; export type ThumbSize = typeof ThumbSize[keyof typeof ThumbSize];