import { SemanticColor } from '../classes/semantic-color.class'; export interface SemanticConfiguration { name: string; color: SemanticColor; }