This directory contains TypeScript types and utilities shared between the frontend and backend.
types.ts
- TypeScript interfaces for API requests/responses and data structuresImport shared types in both frontend and backend:
Note: Files in this directory must work in both browser and server environments, so avoid using Deno-specific APIs.