UNPKG

@yoroi/types

Version:
8 lines (6 loc) 197 B
export const SwapAggregator = Object.freeze({ Muesliswap: 'muesliswap', Dexhunter: 'dexhunter', } as const) export type SwapAggregator = (typeof SwapAggregator)[keyof typeof SwapAggregator]