ModelMapping: ReadonlyDeep_2<
{
aggregate?: string
| null;
aggregateRaw?: string | null;
count?: string | null;
create?: string | null;
createMany?: string | null;
createManyAndReturn?: string | null;
delete?: string | null;
deleteMany?: string | null;
findFirst?: string | null;
findFirstOrThrow?: string | null;
findMany?: string | null;
findRaw?: string | null;
findUnique?: string | null;
findUniqueOrThrow?: string | null;
groupBy?: string | null;
model: string;
plural: string;
update?: string | null;
updateMany?: string | null;
updateManyAndReturn?: string | null;
upsert?: string | null;
},
>