export interface IPepSelectionOption { key: string; value: string; isChecked: boolean; }