20#ifndef ORES_REPORTING_GENERATORS_REPORT_TYPE_GENERATOR_HPP
21#define ORES_REPORTING_GENERATORS_REPORT_TYPE_GENERATOR_HPP
24#include "ores.reporting.api/domain/report_type.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::reporting::generators {
32domain::report_type generate_synthetic_report_type(
33 utility::generation::generation_context& ctx);
38std::vector<domain::report_type>
39generate_synthetic_report_types(std::size_t n,
40 utility::generation::generation_context& ctx);