We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c830cb2 + f53f14e commit 51957cbCopy full SHA for 51957cb
lib/config.service.ts
@@ -36,7 +36,7 @@ export interface ConfigGetOptions {
36
infer: true;
37
}
38
39
-type KeyOf<T> = keyof T extends never ? string : keyof T;
+type KeyOf<T> = keyof T extends never ? string | symbol : keyof T;
40
41
/**
42
* @publicApi
0 commit comments