export default interface IInputRadioChoice {
  value: String | Number | Boolean
  label: String
  tooltip?: String
}
