Type Alias DropGameFindFirstOrThrowArgs<ExtArgs>

DropGameFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: DropGameWhereUniqueInput;
    distinct?: Prisma.DropGameScalarFieldEnum | Prisma.DropGameScalarFieldEnum[];
    include?: DropGameInclude<ExtArgs> | null;
    omit?: DropGameOmit<ExtArgs> | null;
    orderBy?: DropGameOrderByWithRelationInput | DropGameOrderByWithRelationInput[];
    select?: DropGameSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: DropGameWhereInput;
}

DropGame findFirstOrThrow

Type Parameters

Type declaration