An open API service indexing awesome lists of open source software.

https://github.com/yukaii/debank-types

TypeScript model definition for DeBank OpenAPI
https://github.com/yukaii/debank-types

debank typescript-definitions

Last synced: 3 months ago
JSON representation

TypeScript model definition for DeBank OpenAPI

Awesome Lists containing this project

README

          

# debank-types - TypeScript definitions for DeBank OpenAPI

Derived from [DeBank OpenAPI](https://openapi.debank.com/docs).

`ProtocolId` and `ChainId` might need to update regularly.

## Installation

```bash
npm install --save-dev @yukaii/debank-types
```

## Usage

```typescript
import { ProtocolId, ChainId } from '@yukaii/debank-types';
```