interface ArrayType {
    elementType: undefined | PropertyType;
}

Properties

Properties

elementType: undefined | PropertyType