i\'m having a code example like this
interface BaseQuestionType { label?: string } export type RadioQuestionType = BaseQuestionType & { radio: boolean } e