export default interface Selectable { selected: boolean; id: string; }