Type Alias OpEnvGetCurrentRootInputResponse

Source
pub type OpEnvGetCurrentRootInputResponse = OpEnvCommitOutputResponse;

Aliased Type§

struct OpEnvGetCurrentRootInputResponse {
    pub root: ObjectId,
    pub revision: u64,
    pub dec_root: ObjectId,
}

Fields§

§root: ObjectId§revision: u64§dec_root: ObjectId