1//! SDK-side view of `GET /profile`. Re-exports [`ProfileSnapshot`] from 2//! `shared` so callers outside this module use the canonical type. 3 4pub use crate::shared::profile_snapshot::ProfileSnapshot as ProfileInfo;