UNPKG
tegro-swap-sdk
Version:
latest (1.5.11)
1.5.11
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
tegro-swap-sdk
/
dist
/
types
/
assets-record.type.d.ts
3 lines
(2 loc)
•
88 B
TypeScript
View Raw
1
2
3
import
{
Asset
}
from
'./asset.type'
;
export
type
AssetsRecord
=
Record
<
string
,
Asset
>;