Type alias MapEffectIds<T1, T2, CONFIG>

MapEffectIds<T1, T2, CONFIG>: ((ids: T1, config: CONFIG) => T2)

Type Parameters

Type declaration

    • (ids: T1, config: CONFIG): T2
    • Function mapping from one concrete NameToEffectId to another NameToEffectId

      Parameters

      • ids: T1
      • config: CONFIG

      Returns T2

Generated using TypeDoc