export type OnCustomFieldChange = ({ id, value, allFields, namespace, }: { id: string; value: any; allFields: Record; namespace: string; }) => void;