export interface ISelectionOption {
  key: string;
  action: () => void;
}