Skip to content

Commit

Permalink
UCAAS-168 fix for node process.env (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFellner authored Dec 19, 2023
1 parent e1fb201 commit d78b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export declare class EConfigTemplate {
* @param envPrefix - a prefix which is used to search for variables in the env. The prefix is added with following _
* @param env - A custom env container which might be usefull if we don´t use process.env (which is the default if nothing has been specified)
*/
protected constructor(envPrefix?: string, env?: { [id: string]: string });
protected constructor(envPrefix?: string, env?: { [id: string]: string | undefined });
protected coreConfig: ICoreConfig;
protected initCore(): void;

Expand Down

0 comments on commit d78b769

Please sign in to comment.