Type Alias ActiveInviteAggregateArgs<ExtArgs>

ActiveInviteAggregateArgs<ExtArgs>: {
    _avg?: ActiveInviteAvgAggregateInputType;
    _count?: true | ActiveInviteCountAggregateInputType;
    _max?: ActiveInviteMaxAggregateInputType;
    _min?: ActiveInviteMinAggregateInputType;
    _sum?: ActiveInviteSumAggregateInputType;
    cursor?: ActiveInviteWhereUniqueInput;
    orderBy?: ActiveInviteOrderByWithRelationInput | ActiveInviteOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ActiveInviteWhereInput;
}

Type Parameters

Type declaration