UNPKG

@thespidercode/openbook-swap

Version:
8 lines (7 loc) 155 B
import { MarketDetails } from "./market"; export interface Option { value: string; label: string; imageUrl: string; pair: MarketDetails; }