Type Alias DropGame$dropsArgs<ExtArgs>

DropGame$dropsArgs<ExtArgs>: {
    cursor?: DropWhereUniqueInput;
    distinct?: Prisma.DropScalarFieldEnum | Prisma.DropScalarFieldEnum[];
    include?: DropInclude<ExtArgs> | null;
    omit?: DropOmit<ExtArgs> | null;
    orderBy?: DropOrderByWithRelationInput | DropOrderByWithRelationInput[];
    select?: DropSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: DropWhereInput;
}

DropGame.drops

Type Parameters

Type declaration