// Generated by atproto-codegen. Do not edit.
//! Lexicon: com.atproto.temp.requestPhoneVerification
useserde::{Deserialize, Serialize};/// Request a verification code to be sent to the supplied phone number
/// XRPC Procedure: com.atproto.temp.requestPhoneVerification
#[derive(Debug, Clone, Serialize, Deserialize)]#[serde(rename_all ="camelCase")]pubstructInput{pubphone_number: String,
}