pub type GetSupplyChainResponse { GetSupplyChainResponse( export_to_import_map: dict.Dict(String, String), ) }
GetSupplyChainResponse( export_to_import_map: dict.Dict(String, String), )
pub fn get_supply_chain( token: auth.AgentToken, ) -> Result(GetSupplyChainResponse, api.ApiError)