//! Models to export and import the accounts use crate::prelude::*; #[derive(serde::Serialize, serde::Deserialize)] #[repr(transparent)] pub struct User { pub accounts: Vec, }