UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 296 B
import type { CreateRoyaltyTokenIfNotExistsClass } from './CreateRoyaltyTokenIfNotExistsClass'; import type { MintNftsClass } from './MintNftsClass'; export type DecentralParametersClass = { mintNfts?: MintNftsClass; createRoyaltyTokenIfNotExists?: CreateRoyaltyTokenIfNotExistsClass; };