import { EntityAuthor } from '../common'; export interface Theme { name: string; description?: string; color?: string; version?: string; authors?: EntityAuthor[] | string[]; theme_color_map: Record; colours: Record; unsafe_colors?: Record; }