Interface TestVectorStringObject

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

interface TestVectorStringObject {
    @type: "testVectorStringObject";
    value: TestString[];
}

Properties

Properties

@type: "testVectorStringObject"
value: TestString[]

Vector of objects.