augment-vir - v31.32.2
    Preparing search index...

    Type Alias PrismaFullModel<TypeMap, Model>

    PrismaFullModel: PrismaBasicModel<TypeMap, Model> & ExpandModelObjects<
        TypeMap["model"][Model]["payload"]["objects"],
        TypeMap,
    >

    Gets the full model type with all nested models for Prisma.

    Type Parameters