risika-api-response-types-v1.0.0
v1.2.0
Published
This package contains all the types generated from the JSON schemas of the Risika API.
Downloads
1
Readme
Risika API Response Types
This package contains all the types generated from the JSON schemas of the Risika API.
Usage
You can use the Swagger API for reference.
The import system works based on the general microservices names in the API. So if you want to get something from Account you can import it like this:
import { Account } from 'risika-api-response-types';
then the Account object will contain all types related to the Account microservice. for example:
const creditPolicyReturnType: Account.EnterpriseCreditPoliciesCreate