UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 276 B
import type { Blockchain } from './Blockchain'; import type { Coin } from './Coin'; export type SubcustomerMintcouponPayinAddresses = { blockchain?: Blockchain; address?: string | null; network?: string | null; coin?: Coin; pricePerMintCoupon?: number; };