prisma-map - v3.0.1
    Preparing search index...

    Type Alias PrismaValueMapper

    PrismaValueMapper: (value: unknown) => MaybePromise<MappedPrismaValue>

    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.

    Type Declaration