//! Wire types for the System One API.
//!
//! [`Question`] is what you send; [`Answer`] / [`SystemOneResponse`] is what you
//! get back. [`Entry`] is TypeSafe's `string | object | array | null` slot used
//! for instructions and criteria.
pub use Entry;
pub use ;
pub use ;
pub use SystemOneRequest;
pub use ;