UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

5 lines (4 loc) 101 B
import type { NftItem } from './NftItem'; export type NftItems = { nft_items: Array<NftItem>; };