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

    Type Alias MappedPrismaValue

    MappedPrismaValue: { replacement: unknown } | undefined

    Output from PrismaValueMapper.

    Type Declaration

    • { replacement: unknown }
      • replacement: unknown

        If present, the value set to this key will replace the original value.

    • undefined