Skip to content

Instantly share code, notes, and snippets.

@mizzy
Created January 29, 2025 06:59
Show Gist options
  • Save mizzy/bb16cb6f2b0de94f25534c1b60c23232 to your computer and use it in GitHub Desktop.
Save mizzy/bb16cb6f2b0de94f25534c1b60c23232 to your computer and use it in GitHub Desktop.
const configs: Configs = [
{
location: HotelLocation.Odaiba,
arrivalDate: new Date("2025-03-09"),
departureDate: new Date("2025-03-10"),
},
{
location: HotelLocation.Ariake,
arrivalDate: new Date("2025-03-09"),
departureDate: new Date("2025-03-10"),
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment