1
2
3
4
5
6
7
8
9
// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `app.bsky.feed.repost` namespace.
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct RecordData {
    pub created_at: crate::types::string::Datetime,
    pub subject: crate::com::atproto::repo::strong_ref::Main,
}
pub type Record = crate::types::Object<RecordData>;