pub type OpEnvRemoveWithKeyInputResponse = OpEnvRemoveWithKeyOutputResponse;
struct OpEnvRemoveWithKeyInputResponse { pub value: Option<ObjectId>, }
value: Option<ObjectId>