import { DaffMerger } from '@daffodil/core'
A way to merge two fields into one.
type DaffMerger<T> = (a: T, b: T) => T