Type 'output<T>' does not satisfy the constraint 'FieldValues'. Type 'unknown' is not assignable to type 'FieldValues'.ts(2344)(alias) type infer<T> = T extends { _zod: { output: any; };} ? T["_zod"]["output"] : unknownexport infer
Type 'output<T>' does not satisfy the constraint 'FieldValues'. Type 'unknown' is not assignable to type 'FieldValues'.ts(2344)(alias) type infer<T> = T extends { _zod: { output: any; };} ? T["_zod"]["output"] : unknownexport infer