This directory contains code that is shared between the frontend and backend.
types.ts - TypeScript interfaces and type definitionsutils.ts - Utility functions for calculations and formattingThese 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.