AGAPE
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v7View latest version
This directory contains TypeScript types and utilities that are shared between the frontend and backend.
types.ts- TypeScript interfaces and types used throughout the application
Import shared types in both frontend and backend code:
import { NavigationItem, SchoolLevel, StaffMember } from "../shared/types.ts";
Note: Code in this directory must be compatible with both browser and server environments.