gsr
    Preparing search index...

    Interface CurrencyResultNode

    interface CurrencyResultNode {
        from: string;
        to: string;
        type: "CURRENCY";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    from: string
    to: string
    type: "CURRENCY"