UNPKG

@salad-labs/loopz-typescript

Version:
6 lines 249 B
/** * Represents the type of asset, which can be one of the following: "NATIVE", "ERC721", "ERC1155", "ERC20". */ type AssetTypeName = "NATIVE" | "ERC721" | "ERC1155" | "ERC20"; export { AssetTypeName }; //# sourceMappingURL=assettypename.d.ts.map