type Updater<TInput, TOutput> = TOutput | UpdaterFn<TInput, TOutput>;
Defined in: packages/form-core/src/utils.ts:15
TInput
TOutput = TInput