import { Theme } from '../enums/theme.enum'; export class UIConfig { constructor(public isMenuVisible = true, public theme: Theme.LIGHT) {} }