//! Wire and storage types for authorization decisions.
//!
//! Types fall into two groups:
//!
//! 1. **Storage** — [`RuleType`], [`Access`], [`AccessRule`] map to columns in
//! `access_control_rules`. They round-trip through serde and sqlx.
//! 2. **Decision** — [`Decision`] is the in-process resolver output;
//! [`AuthzRequest`] / [`AuthzDecision`] are the webhook wire format sent to
//! and parsed back from extension hook handlers.
pub use ;
pub use EntityRef;
pub use ;
pub use ;
pub use ;