Type Alias Array<Item>

Array<Item>: {
    item: Item;
    type: "Array";
}

Type Parameters