Type Alias UserTwitchAccountGroupByOutputType

UserTwitchAccountGroupByOutputType: {
    _count: UserTwitchAccountCountAggregateOutputType | null;
    _max: UserTwitchAccountMaxAggregateOutputType | null;
    _min: UserTwitchAccountMinAggregateOutputType | null;
    accountId: string | null;
    chatRoomId: string | null;
    dbId: string;
    userId: string;
    username: string | null;
}