UserKickAccountGroupByOutputType: {
    _count: UserKickAccountCountAggregateOutputType | null;
    _max: UserKickAccountMaxAggregateOutputType | null;
    _min: UserKickAccountMinAggregateOutputType | null;
    accountId: string | null;
    chatRoomId: string | null;
    dbId: string;
    userId: string;
    username: string | null;
}