@vepler/schools-types
Version:
TypeScript type definitions for Vepler Schools Service
14 lines (13 loc) • 390 B
TypeScript
/**
* Public Model Types
*
* This file exports all public model interfaces that form the core data structures
* of the Schools service API.
*/
export type * from './school';
export type * from './attribute';
export type * from './point';
export type * from './report';
export type * from './schoolAttributeValue';
export type * from './metric';
export type * from './metric-profiles';