DVPairs defines an array of DVPair objects.

interface DVPairs {
    pairs: DVPair[];
}

Properties

Properties

pairs: DVPair[]

Generated using TypeDoc