import { PrismaClient, Prisma } from '@prisma/client' const newTypes = await prisma.sample.create({ data: { revenue: BigInt(534543543534), }, })