import { bucket } from './model' export interface State { score: number lines: number bucket: bucket }