import type { CustomFieldAvailableOption } from './custom-field-available-option'; export interface CustomFieldSelectionOption { availableOptions?: Array; forSelectionKey?: string; forValue?: string; }