type InputInfo = {
    isRequired?: boolean;
    type?: string;
};

export type { InputInfo };
