Skip to content
Snippets Groups Projects

Added index signature

Merged Sigmund, Dominik requested to merge 2-add-optional-prefix-for-env-variables into main
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -2,4 +2,6 @@ export class Config {
constructor(basePath?: string, envPrefix?: string);
_reload(): void;
_show(): any;
// Index signature
[key: string]: any;
}
\ No newline at end of file
Loading