UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

13 lines (12 loc) 395 B
export type DuplicateNftClass = { countDuplicates?: number; tokennameprefix?: string | null; tokennamesuffix?: string | null; displaynameprefix?: string | null; displaynamesuffix?: string | null; startingNumber?: number; leadingZeros?: number; readonly tokennameSample?: string | null; readonly displaySample?: string | null; setDisplayName?: boolean; };