RenameEffectId is the result type of renaming a key in a NameToEffectId.
RenameEffectId
RenameEffectId<{ [N1]: T[N1] }, N1, N2> -> { [N2]: T[N1] }
concrete NameToEffectIds
NameToEffectIds
string old key
string new key
Generated using TypeDoc
RenameEffectId
is the result type of renaming a key in a NameToEffectId.