uapi-json-types
v0.0.6
Published
Unofficial types for uapi-json library
Downloads
3
Readme
uapi-json-types
uapi-json-types is an unofficial types for the uapi-json library
Discontinued
types has integrated to DefinitelyTyped, so this repository's support will be discontinued.
Support
Currently the API supports the mainline services and the functions of the services
List of services supported:
- Utils
- Hotels
- Air
- Terminal
Notes
In order to use included TypeScript declarations, configure your
tsconfig.json
file accordingly. For example,{ "compilerOptions": { ... "typeRoots": ["node_modules/uapi-json-types", "node_modules/@types", ... ], ... }, ... }