UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 251 B
import type { CreateSplits } from './CreateSplits'; export type CreateSplitAddressClass = { comment?: string | null; thresholdInAda?: number; mainAddress?: string | null; splits?: Array<CreateSplits> | null; isActive?: boolean; };