use serde::{Deserialize, Serialize};
pub use radicle::identity::doc::Id;
pub use radicle_git_ext::Oid;
pub use radicle::git::Oid;
pub use radicle::prelude::{Id, NodeId};
/// The type of a run identifier. For maximum generality, this is a
/// string rather than an integer.