//! Secrets domain wire/storage types.
//!
//! Lifted from `zlayer-secrets` so cross-crate consumers (`zlayer-api`,
//! `zlayer-agent`, the CLI) can name secrets shapes without depending on
//! `zlayer-secrets`. The `zlayer-secrets` crate re-exports these for
//! backward compatibility and continues to own the trait definitions,
//! crypto, and persistent-store implementations.
// Convenience flat re-exports so callers can `use zlayer_types::secrets::Secret;`
// rather than reaching into submodule paths.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;