Skip to content

Commit

Permalink
Additional docs for typescript.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Nov 2, 2022
1 parent a098ad8 commit 590902e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ Please see the [Github releases](https://github.com/avadev/AvaTax-REST-V2-JS-SDK
## Typescript support
As of version 22.11.0, Typescript support is included in the SDK. Models and Enums included in addition to typing for all of the API methods and parameters. The team welcomes any feedback on this feature.

Models and Enums can be imported into Typescript projects as follows:
```typescript
import { AddressResolutionModel } from 'avatax/models';
import { AddressCategoryId } from 'avatax/enums';
```

## SDK Development

### Adding integration test credentials
Expand Down

0 comments on commit 590902e

Please sign in to comment.