A full model entry with all relations from the given Prisma type map and model name.
import {type Prisma} from '@prisma/client';import {type FullPrismaModel} from '@augment-vir/common';function doThing(fullModel: FullModel<Prisma.TypeMap, 'User'>) {} Copy
import {type Prisma} from '@prisma/client';import {type FullPrismaModel} from '@augment-vir/common';function doThing(fullModel: FullModel<Prisma.TypeMap, 'User'>) {}
@augment-vir/common
A full model entry with all relations from the given Prisma type map and model name.