export default interface RadioOptionType { id: string; label: string; }