Type Alias DropFindManyArgs<ExtArgs>

DropFindManyArgs<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;
}

Drop findMany

Type Parameters

Type declaration