On this page
Properties

Interface ArrayType<T>

interface ArrayType<T extends Type = Type> {
    itemType: T;
    kind: "array";
    N: number;
}

Type Parameters

Index

Properties

Properties

itemType: T
kind: "array"
N: number
Was this helpful?
SDK JS
Reference
ArrayType