//! Module: domain::state
//!
//! Responsibility: define pure state-domain value enums shared by stable
//! records, storage ops, and boundary DTOs.
//! Does not own: stable records, state mutation, DTO structs, or workflow
//! orchestration.
//! Boundary: storage and DTO modules re-export these values to preserve public
//! API paths while internal code imports the domain owner where practical.
use CandidType;
use ;
use ;
///
/// AppMode
///