Interface TestVectorInt

A simple object containing a vector of numbers; for testing only.

interface TestVectorInt {
    @type: "testVectorInt";
    value: number[];
}

Properties

Properties

@type: "testVectorInt"
value: number[]

Vector of numbers.