UNPKG

@vepler/schools-types

Version:

TypeScript type definitions for Vepler Schools Service

27 lines (26 loc) 471 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'; /** * Schools tiles types */ export type * from './schools-tiles'; /** * Validation-related types */ export type * from './validation'; /** * All API endpoint types */ export type * from './endpoints';