selectable.d.ts 79 B

1234
  1. export default interface Selectable {
  2. selected: boolean;
  3. id: string;
  4. }