1.0.0 • Published 1 year ago

wuwa-api-types v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Wuwa API types

Types for the wuwa API client

Usage

  1. Install the dependency:

    npm install wuwa-api-types
  2. Use it in your project:

    import type { ConveneHistoryPayload } from 'wuwa-api-types'
    
    const payload: ConveneHistoryPayload = {
        // ...
    }
1.0.0

1 year ago