Devan Benz
05/05/2022, 1:46 AMschema.prisma file. So far it seems relatively straight forward but I have one field that is using a Record utility type in typescript. It’s type is Record<string, string | number | boolean | null | undefined> is there a way to translate this into prisma’s schema file?Nurul
05/05/2022, 12:32 PMDevan Benz
05/05/2022, 2:36 PM