Mapping from an AGO item type to the code handling that type.

interface IItemTypeModuleMap {
    [itemType: string]: moduleHandler;
}

Indexable

[itemType: string]: moduleHandler