Type Alias KSGiftedSubRoleAggregateArgs<ExtArgs>

KSGiftedSubRoleAggregateArgs<ExtArgs>: {
    _avg?: KSGiftedSubRoleAvgAggregateInputType;
    _count?: true | KSGiftedSubRoleCountAggregateInputType;
    _max?: KSGiftedSubRoleMaxAggregateInputType;
    _min?: KSGiftedSubRoleMinAggregateInputType;
    _sum?: KSGiftedSubRoleSumAggregateInputType;
    cursor?: KSGiftedSubRoleWhereUniqueInput;
    orderBy?: KSGiftedSubRoleOrderByWithRelationInput | KSGiftedSubRoleOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KSGiftedSubRoleWhereInput;
}

Type Parameters

Type declaration