This directory contains shared code and types used by both the frontend and backend.
types.ts
: TypeScript interfaces and types shared between frontend and backend
Note: Code in this directory must be compatible with both browser and server environments.