1
2
3
4
5
6
//! Imports the types used in REST communication with the svc-asset server

/// Types for messages to svc-cargo server
pub mod types {
    include!("../../openapi/types.rs");
}