tRPC is butchering object types in return types
So if I have a mutation that returns this type
the type that tRPC infers for the mutation is
This is not the same, with exactOptionalPropertyTypes.
Anyone familiar with this who can provide some info about it?
the type that tRPC infers for the mutation is
This is not the same, with exactOptionalPropertyTypes.
Anyone familiar with this who can provide some info about it?