Type Alias KSRoleWithUsersOrderByWithAggregationInput

KSRoleWithUsersOrderByWithAggregationInput: {
    _count?: KSRoleWithUsersCountOrderByAggregateInput;
    _max?: KSRoleWithUsersMaxOrderByAggregateInput;
    _min?: KSRoleWithUsersMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    kickStreamerId?: Prisma.SortOrder;
    roleId?: Prisma.SortOrder;
    userIds?: Prisma.SortOrder;
}