// @generated by jacquard-lexicon. DO NOT EDIT. // // Lexicon: com.atproto.server.deleteSession // // This file was automatically generated from Lexicon schemas. // Any manual changes will be overwritten on the next regeneration. /// XRPC request marker type #[derive(Debug, Clone, Copy, PartialEq, Eq, serde::Serialize)] pub struct DeleteSession; impl jacquard_common::types::xrpc::XrpcRequest for DeleteSession { const NSID: &'static str = "com.atproto.server.deleteSession"; const METHOD: jacquard_common::types::xrpc::XrpcMethod = jacquard_common::types::xrpc::XrpcMethod::Procedure( "application/json", ); const OUTPUT_ENCODING: &'static str = "application/json"; type Output<'de> = (); type Err<'de> = jacquard_common::types::xrpc::GenericError<'de>; }