Interface TestVectorIntObject

A simple object containing a vector of objects that hold a number; for testing only.

interface TestVectorIntObject {
    @type: "testVectorIntObject";
    value: TestInt[];
}

Properties

Properties

@type: "testVectorIntObject"
value: TestInt[]

Vector of objects.