Hi Guys π I'm looking to incrementally adopt prisma in favour of typeorm. I'm struggling when it to swapping out my typeorm entity for the equivalent prisma model due to Json columns. Type orm requires strict typing for json columns, whereas prisma seems to use the generic
JsonValue
. Is there anyway to explicitly type a json column in the prisma schema?