/** * Interface for selected values in interaction search filters */ export interface CcfInteractionSearchFilterValues { /** * id of the dropdown menu item */ id: string; /** * name of the dropdown menu item */ name: string; }