Expand description
TMF634 - Quote Management API
This module implements the TM Forum Quote Management API, providing a standardized interface for managing product and service quotes.
Re-exports§
pub use db::get_quote_by_id as db_get_quote_by_id;pub use db::get_quotes as db_get_quotes;pub use auth::*;pub use handlers::*;pub use models::*;