// Copyright 2025 Neuraville Inc.
// SPDX-License-Identifier: Apache-2.0
//! Transport-agnostic type aliases for endpoints
//!
//! These types allow endpoints to work with both HTTP (axum) and WASM transports
//! without modification.
pub use crateApiState;
pub use ;
pub use Json;
pub use crateApiState;
pub use crate;