UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 226 B
import type { PayoutWalletState } from './PayoutWalletState'; export type GetPayoutWalletsResultClass = { walletAddress?: string | null; created?: string; state?: PayoutWalletState; comment?: string | null; };