fix(core): update
This commit is contained in:
@@ -3,6 +3,6 @@ import * as plugins from './sdk.plugins';
|
||||
/**
|
||||
* AgEnvironment handles the provision of environment variables to handlers
|
||||
*/
|
||||
export class AgEnvironment {
|
||||
|
||||
export abstract class AgEnvironment {
|
||||
public abstract async getEnvVar(envVarName: string): Promise<string>;
|
||||
}
|
||||
Reference in New Issue
Block a user