import { ReactNode } from 'react'; export type CheckGateProps = { gateLabel: string; fields: Array; onUnchecked?: () => void; };