// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
//!Definitions for the `app.bsky.notification.declaration` namespace.
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, PartialEq, Eq)]#[serde(rename_all ="camelCase")]pubstructRecordData{///A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'.
puballow_subscriptions: String,
}pubtypeRecord=crate::types::Object<RecordData>;