Interface PlainArrayType

interface PlainArrayType {
    elementType: PlainPropertyType;
}

Properties

Properties

elementType: PlainPropertyType