79595265

Date: 2025-04-27 17:08:20
Score: 1.5
Natty:
Report link

We just need to merge the two: P is inferred through P, and MNs (and potentially the other generic parameters) are inferred through t_Prisma<MNs>, with both P and t_Prisma<MNs> being part of the constructor parameters.

constructor(_prisma: P & t_Prisma<MNs>)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27246336