UNPKG

@vepler/schools-types

Version:

TypeScript type definitions for Vepler Schools Service

16 lines (15 loc) 408 B
/** * API Endpoints Types * * Type definitions for all API endpoints. * This file exports only the public interface types for API endpoints. */ /** * Re-export all endpoint-specific types */ export type * from './schools'; export type * from './schools-by-id'; export type * from './metrics'; export type * from './metrics-geographic'; export type * from './search'; export type * from './attribute';