Type Alias UserRumbleAccountMinAggregateOutputType

UserRumbleAccountMinAggregateOutputType: {
    accountId: string | null;
    dbId: string | null;
    userId: string | null;
    username: string | null;
}