1
2
3
4
5
6
7
8
9
// This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `app.bsky.graph.block` namespace.
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct Record {
    pub created_at: crate::types::string::Datetime,
    ///DID of the account to be blocked.
    pub subject: crate::types::string::Did,
}