// TODO(max): All of these modules should be moved to `lexe_api[_core]`.
use ;
/// Authentication and User Signup.
// TODO(max): `error` depends on `auth`
/// Data types returned from the fiat exchange rate API.
/// API models which don't fit anywhere else.
/// Data types specific to provisioning.
/// Revocable clients.
/// `TestEvent`.
/// User ID-like types: `User`, `UserPk`, `NodePk`, `Scid`
/// Data types which relate to node versions: `NodeEnclave`, `MeasurementStruct`
/// A randomly generated id for each mega node.
pub type MegaId = u16;