import InputRadioChoice from "../../InputRadio/interfaces/IInputRadioChoice";
import Consent from "v-ingredients/src/components/Form/interfaces/Consent";

export default interface ConsentGroup {
    [prop: string]: Consent[]
}
