Shared

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

Files

  • types.ts - TypeScript interfaces and type definitions
  • utils.ts - Utility functions for calculations and formatting

Usage

These files can be imported from both the frontend and backend code. They should not contain any browser-specific or Deno-specific code to ensure compatibility across environments.