Hotel Finder Shared

This directory contains shared code used by both the frontend and backend.

Structure

  • types.ts - TypeScript interfaces for hotel data and API requests/responses

Types

  • Hotel - Represents a hotel with its details
  • HotelSearchResponse - API response format for hotel searches
  • HotelSearchRequest - API request format for hotel searches