Type Alias KSRoleWithUsersAggregateArgs<ExtArgs>

KSRoleWithUsersAggregateArgs<ExtArgs>: {
    _count?: true | KSRoleWithUsersCountAggregateInputType;
    _max?: KSRoleWithUsersMaxAggregateInputType;
    _min?: KSRoleWithUsersMinAggregateInputType;
    cursor?: KSRoleWithUsersWhereUniqueInput;
    orderBy?: KSRoleWithUsersOrderByWithRelationInput | KSRoleWithUsersOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KSRoleWithUsersWhereInput;
}

Type Parameters

Type declaration