Interface TestVectorString

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

interface TestVectorString {
    @type: "testVectorString";
    value: string[];
}

Properties

Properties

@type: "testVectorString"
value: string[]

Vector of strings.