Skip to content

Commit

Permalink
Fix: Add missing imports to quickstart docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Nov 28, 2017
1 parent 64c947a commit dab5c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ npm i kentico-cloud-delivery-typescript-sdk --save
### TypeScript (ES6)

```typescript
import { ContentItem, Fields } from 'kentico-cloud-delivery-typescript-sdk';
import { ContentItem, Fields,TypeResolver,DeliveryClient,DeliveryClientConfig } from 'kentico-cloud-delivery-typescript-sdk';

/**
Each content type needs to have model class
Expand Down

0 comments on commit dab5c7c

Please sign in to comment.