// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `com.atproto.repo.strongRef` namespace.
//!A URI with a content-hash fingerprint.
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]#[serde(rename_all ="camelCase")]pubstructMainData{pubcid:crate::types::string::Cid,
puburi: String,
}pubtypeMain=crate::types::Object<MainData>;