export interface Layout { buttons: DeckButtonLayout[]; } export interface DeckButtonLayout { title: string; pos: number; }