#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MidHomeConfig {
#[prost(message, optional, tag = "1")]
pub top_left_goto: ::core::option::Option<super::super::Int64Value>,
#[prost(message, optional, tag = "2")]
pub recent_page_tab: ::core::option::Option<super::super::Int64Value>,
#[prost(message, repeated, tag = "3")]
pub android_mine_selection_option_items_id: ::prost::alloc::vec::Vec<
super::super::Int64Value,
>,
#[prost(message, repeated, tag = "4")]
pub i_o_s_mine_selection_option_items_id: ::prost::alloc::vec::Vec<
super::super::Int64Value,
>,
}