@vepler/schools-types
v1.11.1
Published
TypeScript type definitions for Vepler Schools Service
Downloads
238
Readme
@vepler/schools-types
TypeScript type definitions for Vepler Schools Service.
Installation
npm install @vepler/schools-types --save-devUsage
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.11.1) matches the version of the Schools Service it was generated from.
