// Generated by atproto-codegen. Do not edit.
//! Lexicon: app.bsky.video.uploadVideo
useserde::{Deserialize, Serialize};/// Upload a video to be processed then stored on the PDS.
/// XRPC Procedure: app.bsky.video.uploadVideo
#[derive(Debug, Clone, Serialize, Deserialize)]#[serde(rename_all ="camelCase")]pubstructOutput{pubjob_status:crate::app::bsky::video::defs::JobStatus,
}