Skip to main content
Glama
index.ts1.06 kB
/** * Data Models and Schemas * * This directory contains TypeScript interfaces and Zod schemas for: * - Form configurations and structures * - Question types and validation rules * - API request/response types * - Tally.so data models */ // Export error classes for API client export { TallyApiError, AuthenticationError, BadRequestError, NotFoundError, RateLimitError, ServerError, NetworkError, TimeoutError, createErrorFromResponse, } from './errors'; // Export Tally API schemas and types export * from './tally-schemas'; // Export form configuration interfaces and types export * from './form-config'; // Export form configuration schemas export * from './form-config-schemas'; // Export form versioning models export * from './form-version'; // Export form template models export * from './template'; // Export API key management models export * from './api-key'; // Export team and organization models export * from './team-models'; // Export form sharing and publication models export * from './form-sharing-models';

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/learnwithcc/tally-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server