UNPKG

@vepler/schools-types

Version:

TypeScript type definitions for Vepler Schools Service

26 lines (17 loc) 474 B
# @vepler/schools-types TypeScript type definitions for Vepler Schools Service. ## Installation ```bash npm install @vepler/schools-types --save-dev ``` ## Usage ```typescript import { ISchool, SchoolQueryOptions } from '@vepler/schools-types'; // Use the types in your code const queryParams: SchoolQueryOptions = { page: 1, name: 'Example School' }; ``` ## Version This package version (1.8.2) matches the version of the Schools Service it was generated from.