import { IButton } from './IButton'; export interface IButtonSet { name: string; buttons: IButton[]; }