Type Alias OpEnvGetCurrentRootOutputResponse

Source
pub type OpEnvGetCurrentRootOutputResponse = OpEnvCommitOutputResponse;

Aliased Type§

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

Fields§

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