UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

11 lines (10 loc) 324 B
import type { Blockchain } from './Blockchain'; import type { Coin } from './Coin'; export type AdditionalPayoutWalletsClass = { walletAddress?: string | null; valuepercent?: number | null; valuetotal?: number | null; custompropertycondition?: string | null; coin?: Coin; blockchain?: Blockchain; };