//! ID newtypes used by core domain entities.
/// Actor identifier type.
/// Attempt identifier type.
/// Department identifier type.
/// Ledger entry identifier type.
/// Run identifier type.
/// Task identifier type.
/// Tenant identifier type.
pub use ActorId;
pub use AttemptId;
pub use ;
pub use LedgerEntryId;
pub use RunId;
pub use TaskId;
pub use TenantId;