atrium_api/com/atproto/repo/
strong_ref.rs

1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `com.atproto.repo.strongRef` namespace.
3//!A URI with a content-hash fingerprint.
4#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
5#[serde(rename_all = "camelCase")]
6pub struct MainData {
7    pub cid: crate::types::string::Cid,
8    pub uri: String,
9}
10pub type Main = crate::types::Object<MainData>;