Type Alias DropGameAggregateArgs<ExtArgs>

DropGameAggregateArgs<ExtArgs>: {
    _count?: true | DropGameCountAggregateInputType;
    _max?: DropGameMaxAggregateInputType;
    _min?: DropGameMinAggregateInputType;
    cursor?: DropGameWhereUniqueInput;
    orderBy?: DropGameOrderByWithRelationInput | DropGameOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: DropGameWhereInput;
}

Type Parameters

Type declaration