import { PrismaClient, Prisma } from '@prisma/client' const newTypes = await prisma.sample.create({ data: { myField: Buffer.from([1, 2, 3, 4]), }, })