interface ArrayType {
    len: number;
    type: number;
}

Properties

Properties

len: number
type: number