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
/
enums
/
route-direction.enum.d.ts
5 lines
(4 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
RouteDirectionEnum
{
Direct
=
"Direct"
,
Inverted
=
"Inverted"
}