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