Interface DexPriceResult

interface DexPriceResult {
    error?: string;
    price?: number;
}

Properties

Properties

error?: string
price?: number