UNPKG

@rarimo/swap

Version:

Internal tools that other Rarimo packages use to swap tokens.

8 lines (6 loc) 134 B
import { SwapCommands } from '@/enums' export type CommandPayload = { command: SwapCommands skipRevert: boolean data: string }