type UpdaterFn<TInput, TOutput> = (input) => TOutput;
Defined in: packages/form-core/src/utils.ts:5
• TInput
• TOutput = TInput
TInput
TOutput