1
2
3
4
5
6
7
8
9
// 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")]
pub struct Main {
    pub cid: crate::types::string::Cid,
    pub uri: String,
}