Type Alias UserRumbleAccountGroupByOutputType

UserRumbleAccountGroupByOutputType: {
    _count: UserRumbleAccountCountAggregateOutputType | null;
    _max: UserRumbleAccountMaxAggregateOutputType | null;
    _min: UserRumbleAccountMinAggregateOutputType | null;
    accountId: string | null;
    dbId: string;
    userId: string;
    username: string | null;
}