summaryrefslogtreecommitdiff
path: root/src/cmds/out/alias_query.rs
blob: 23117417e686489096aa3e6aec71bf6d541d4d36 (plain)
1
2
3
4
5
6
7
use serde::Serialize;

#[derive(Serialize)]
pub struct JVAliasQueryOutput {
    pub local: u32,
    pub remote: Option<u32>,
}