type CustomField = {
    label: string,
    value?: string,
};

export default CustomField;
