pub type FlakeOutput = Flake;
pub struct FlakeOutput { pub last_modified: u64, pub revision: String, }
last_modified: u64
revision: String