UNPKG

@yoroi/types

Version:

The Yoroi Types package of Yoroi SDK

11 lines (9 loc) 184 B
export type PortfolioTokenTrait = { type: string value: string rarity: string } export type PortfolioTokenTraits = { totalItems: number traits: Array<PortfolioTokenTrait> }