# oKey Common Types

[![npm version](https://img.shields.io/npm/v/@oraichain/common-types?label=%22%22)](https://www.npmjs.com/package/@oraichain/common-types/v/latest) [![minzip](https://img.shields.io/bundlephobia/minzip/@oraichain/common-types?label=%22%22)](https://bundlephobia.com/result?p=@oraichain/common-types@latest)

Common Types in `oKey` is used to get the access to common types and interfaces of the `oKey` SDK. This comes in handy by providing you a standard way of importing the values you need to work with the SDKs. We highly recommend using it while working with `Typescript`.

## Installation

```shell
npm install --save @oraichain/common-types
```

### Checkout the [oKey SDK](https://github.com/@oraichain/web3-login)
