import { Hue } from './hue'; export class Theme { id: string; name: string; hues: Hue[]; }