KSRoleWithUsersGroupByOutputType: {
    _count: KSRoleWithUsersCountAggregateOutputType | null;
    _max: KSRoleWithUsersMaxAggregateOutputType | null;
    _min: KSRoleWithUsersMinAggregateOutputType | null;
    dbId: string;
    kickStreamerId: string;
    roleId: string;
    userIds: string[];
}