//! Foundational domain types and identity models.
//!//! This module is the home for shared primitives such as typed IDs,
//! value objects, and core identity entities.
pubmodidentity;pubmodids;pubmodvalue_objects;pubuseidentity::{Tenant, TenantSettings, User, UserStatus};pubuseids::{RoleId, SessionId, TenantId, UserId};pubusevalue_objects::{Email, Password};