UNPKG

@vepler/schools-types

Version:

TypeScript type definitions for Vepler Schools Service

23 lines (22 loc) 402 B
/** * Public API Types * * Types related to API endpoints and interactions. * This is the main entry point for all API-related types. */ /** * Common API types */ export type * from './common'; /** * Map-related types */ export type * from './mapTypes'; /** * Validation-related types */ export type * from './validation'; /** * All API endpoint types */ export type * from './endpoints';