Type Alias WhatnotStreamerAggregateArgs<ExtArgs>

WhatnotStreamerAggregateArgs<ExtArgs>: {
    _avg?: WhatnotStreamerAvgAggregateInputType;
    _count?: true | WhatnotStreamerCountAggregateInputType;
    _max?: WhatnotStreamerMaxAggregateInputType;
    _min?: WhatnotStreamerMinAggregateInputType;
    _sum?: WhatnotStreamerSumAggregateInputType;
    cursor?: WhatnotStreamerWhereUniqueInput;
    orderBy?: WhatnotStreamerOrderByWithRelationInput | WhatnotStreamerOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: WhatnotStreamerWhereInput;
}

Type Parameters

Type declaration