interface PairMapping {
    pairs: Pair[];
}

Properties

Properties

pairs: Pair[]