UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

8 lines (7 loc) 201 B
export type SoldNftsOrTokensFromWhitelist = { usedaddress?: string | null; originatoraddress?: string | null; transactionid?: string | null; created?: string; countnft?: number; };