atrium_api/chat/bsky/actor/declaration.rs
1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `chat.bsky.actor.declaration` namespace.
3#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]
4#[serde(rename_all = "camelCase")]
5pub struct RecordData {
6 pub allow_incoming: String,
7}
8pub type Record = crate::types::Object<RecordData>;