profileShare

rasmusjy / tasteprint

Read-only snapshot

No repository description.

main default branch 169 files Expires Sep 13, 2026, 9:06 AM
DestinationDetails.java 149 bytes
1 package com.tasteprint.catalog;
2
3 import java.util.List;
4
5 public record DestinationDetails(DestinationSummary destination, List<DishView> dishes) {
6 }
7