import type { ICheckboxSettingsProps } from '../../form/checkbox/model/ICheckboxSettingsProps' export interface IFeedbackReason extends ICheckboxSettingsProps { checked: boolean }