DVPairs defines an array of DVPair objects.

interface DVPairsAmino {
    pairs?: DVPairAmino[];
}

Properties

Properties

pairs?: DVPairAmino[]