Type Alias TeamAggregateArgs<ExtArgs>

TeamAggregateArgs<ExtArgs>: {
    _count?: true | TeamCountAggregateInputType;
    _max?: TeamMaxAggregateInputType;
    _min?: TeamMinAggregateInputType;
    cursor?: TeamWhereUniqueInput;
    orderBy?: TeamOrderByWithRelationInput | TeamOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TeamWhereInput;
}

Type Parameters

Type declaration