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