import type { AvailableOption } from './available-option'; export interface SelectionOption { availableOptions: Array; forSelectionId?: string; }