Type alias Array<Item>

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

Type Parameters

Type declaration

  • item: Item
  • type: "Array"