Pair structure matching the Rust Pair struct

interface Pair {
    base: string;
    quote: string;
}

Properties

Properties

base: string
quote: string