import { ButtonColor } from '../Constants/Enumerations'; export interface IButton { id?: string; name: string; color?: ButtonColor; }