export type DestinationPlace = { destinationId: string; id: string; placeId: string; type: 'destinationPlace'; }; export type DestinationPlacePayload = { destination_place: { destination_id: string; }; };