A function that takes an existing output from Prisma and maps it to something else. Return undefined to skip mapping (preserve the existing value). Otherwise, return {replacement: <new-value-here>} (see MappedPrismaValue.
undefined
{replacement: <new-value-here>}
A function that takes an existing output from Prisma and maps it to something else. Return
undefined
to skip mapping (preserve the existing value). Otherwise, return{replacement: <new-value-here>}
(see MappedPrismaValue.