Type Alias UserRumbleAccountCountAggregateOutputType

UserRumbleAccountCountAggregateOutputType: {
    _all: number;
    accountId: number;
    dbId: number;
    userId: number;
    username: number;
}