AgenteCalendarioConteudo
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.
This directory contains shared resources used by both the frontend and backend.
types.ts- TypeScript interfaces and types used throughout the applicationutils.ts- Utility functions for common operations
The types.ts file defines interfaces for:
- Leads (users)
- Authentication sessions
- Content analyses
- API responses
- Content calendar data structure
The utils.ts file provides functions for:
- UUID generation
- Password hashing and verification
- API response formatting
- Session management