This directory contains code and types that are shared between the frontend and backend.
types.ts - TypeScript interfaces for data models used throughout the applicationJobPosting - Interface for job posting dataChatMessage - Interface for chat message dataJobPostingFormData - Interface for job posting form dataChatMessageFormData - Interface for chat message form data