# Types

We recommend using the types from our npm package. If you are using our API without our SDK, you can find the types inside `node_modules/@0xsquid/sdk/dist/types/index.d.ts` after [Broken link](https://docs.squidrouter.com/old-v2-documentation-deprecated/key-concepts/broken-reference "mention")

```typescript
import { Token, ChainData } from '@0xsquid/sdk/dist/types'
```
