Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias ItemTypesMap

    ItemTypesMap: {
        [K in keyof typeof MODELS.ITEM]: ItemPF<
            InstanceType<typeof MODELS.ITEM[K]>,
        >[] & ItemTypesExtensions
    }

    All items sorted by type for .itemTypes.

    Also includes any module introduced types.