Type Alias UserRumbleAccountMaxAggregateOutputType

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