//! # Spark Types Protobuf Definitions
//!
//! These are used to connect and make requests to Spark Operators.
//!
//! This module contains the generated code for the Spark Types.
//! It is generated by the build.rs script.
/// This module contains the generated code for the Spark Types.
// Re-export prost to ensure it's available for the generated code
pub use prost;
/// The core for Spark proto types and service definitions. This module contains `spark.proto` and `spark_tree.proto` files.
/// Common types shared between different modules. This module contains the `common.proto` file.
/// FROST types and service definitions used by Spark Operators to sign and verify signatures. This module contains the `frost.proto` file.
/// Authentication types and service definitions used by Spark Operators to authenticate with each other. This module contains the `spark_authn.proto` file.