UNPKG

node-bithumb

Version:
10 lines (9 loc) 246 B
import { IBithumbResponse } from './bithumb-response.interface'; interface IWallerAddress { wallet_address: string; currency: string; } export interface IPostWalletAddress extends IBithumbResponse { data: IWallerAddress; } export {};