Aravind Vakil
Results
2
comments of
Aravind Vakil
We can use the tsType property in our JSON schema to override the type. tsType Overrides the type that's generated from the schema. Helpful in forcing a type to any...
If you are using Angular 6. Step 1 : In the service file import ApiAiClient from api-ai-javascript/es6/ApiAiClient `import { ApiAiClient } from 'api-ai-javascript/es6/ApiAiClient'; ` Step 2: Then open tsconfig.json and...