// Generated by atproto-codegen. Do not edit.
//! Lexicon: app.bsky.notification.getPreferences
useserde::{Deserialize, Serialize};/// Get notification-related preferences for an account. Requires auth.
/// XRPC Query: app.bsky.notification.getPreferences
#[derive(Debug, Clone, Serialize, Deserialize)]#[serde(rename_all ="camelCase")]pubstructOutput{pubpreferences:crate::app::bsky::notification::defs::Preferences,
}