interface SetEnvReq {
    Request?: commonpb.Request;
    Variable?: commonpb.EnvVar;
}

Properties

Properties

Request?: commonpb.Request
Variable?: commonpb.EnvVar