xxxxxxxxxx
// use @prisma/client
// remember to run `npx prisma generate` after changing the modeles
// for otherwise you will get an error
import type { yourModel } from '@prisma/client';
// on prisma/schema.prisma
model yourModel {
// attributes
}