Type alias ModdedChildrenWithItemName

ModdedChildrenWithItemName: ModdedChildren & {
    itemName?: string;
}

This type represents an element of a list returned by ItemList.toArray(), coupled with some static properties used on various components.

Generated using TypeDoc v0.23.24