You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(common): update KeyOf type to support symbol keys
This change extends the KeyOf type to support symbol keys when keyof T
extends never. This allows the config service to properly handle configurations
that use symbols as keys.
Closes#1996
0 commit comments