Type Alias DropAggregateArgs<ExtArgs>

DropAggregateArgs<ExtArgs>: {
    _count?: true | DropCountAggregateInputType;
    _max?: DropMaxAggregateInputType;
    _min?: DropMinAggregateInputType;
    cursor?: DropWhereUniqueInput;
    orderBy?: DropOrderByWithRelationInput | DropOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: DropWhereInput;
}

Type Parameters

Type declaration