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