UNPKG

@salad-labs/loopz-typescript

Version:
8 lines 194 B
export interface CollectibleBalance { collection: string; tokenId: string; type: string; balance: number; checked: boolean; } //# sourceMappingURL=collectiblebalance.d.ts.map