diff --git a/src-tsp/main.tsp b/src-tsp/main.tsp index b1d54bc..e1673f9 100644 --- a/src-tsp/main.tsp +++ b/src-tsp/main.tsp @@ -125,6 +125,10 @@ model ModuleDefaults { * https://blue-build.org/reference/module/#no-cache-optional */ `no-cache`?: boolean = false; + + /** Environment variables to add for the module call. + */ + env?: Record; } @jsonSchema("module-custom-v1.json")