flixdb
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.
TypeScript type definitions shared between frontend and backend.
id- Unique user identifieremail- User's email addresscreated- Account creation timestampupdated- Last update timestamp
id- Unique note identifiernote- Note content (text)created- Note creation timestampupdated- Last update timestamp
AuthResponse- Login response with token and user dataLoginRequest- Login request payloadCreateNoteRequest- Create note request payloadUpdateNoteRequest- Update note request payload
These types ensure type safety across the entire application and provide clear contracts for API communication.