UNPKG

dotup-ts-node-skills-game

Version:
6 lines (5 loc) 111 B
import { IButton } from './IButton'; export interface IButtonSet { name: string; buttons: IButton[]; }