Shared

This directory contains code and types that are shared between the frontend and backend.

Files

  • types.ts - TypeScript interfaces for data models used throughout the application

Types

  • JobPosting - Interface for job posting data
  • ChatMessage - Interface for chat message data
  • JobPostingFormData - Interface for job posting form data
  • ChatMessageFormData - Interface for chat message form data