feat(domain): add OrgId newtype

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 00:41:32 +02:00
parent b97c950f77
commit 8ae9de12c0
2 changed files with 70 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
//! Core domain types and invariants. No I/O dependencies.
mod id;
pub use id::OrgId;