Type alias ItemMap

ItemMap: {
    [key: string]: Item;
}

Type declaration

  • [key: string]: Item

Generated using TypeDoc