No repository description.
package com.tasteprint.progress;
import com.tasteprint.account.AccountView;
import com.tasteprint.journey.TripView;
public record DashboardView(
AccountView user,
TasteSnapshot tasteprint,
TripView nextTrip
) {
}