This directory contains TypeScript types and utilities shared between the frontend and backend.
types.ts
Import types in both frontend and backend:
Create valimport { Story, Chapter, StoryRequest, StoryResponse } from "/shared/types.ts";