// Generated by atproto-codegen. Do not edit.
//! Lexicon: app.bsky.actor.putPreferences
useserde::{Deserialize, Serialize};/// Set the private preferences attached to the account.
/// XRPC Procedure: app.bsky.actor.putPreferences
#[derive(Debug, Clone, Serialize, Deserialize)]#[serde(rename_all ="camelCase")]pubstructInput{pubpreferences:crate::app::bsky::actor::defs::Preferences,
}