Type Alias UserBirthdayAggregateArgs<ExtArgs>

UserBirthdayAggregateArgs<ExtArgs>: {
    _avg?: UserBirthdayAvgAggregateInputType;
    _count?: true | UserBirthdayCountAggregateInputType;
    _max?: UserBirthdayMaxAggregateInputType;
    _min?: UserBirthdayMinAggregateInputType;
    _sum?: UserBirthdaySumAggregateInputType;
    cursor?: UserBirthdayWhereUniqueInput;
    orderBy?: UserBirthdayOrderByWithRelationInput | UserBirthdayOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserBirthdayWhereInput;
}

Type Parameters

Type declaration