// Generated by atproto-codegen. Do not edit.
//! Lexicon: app.bsky.notification.updateSeen
useserde::{Deserialize, Serialize};/// Notify server that the requesting account has seen notifications. Requires auth.
/// XRPC Procedure: app.bsky.notification.updateSeen
#[derive(Debug, Clone, Serialize, Deserialize)]#[serde(rename_all ="camelCase")]pubstructInput{pubseen_at: String,
}