interface GenerateReportRequest {
    name: "costs-estimation" | "translation-costs" | "top-members" | "contribution-raw-data" | "costs-estimation-pe" | "translation-costs-pe";
    schema: ReportSchema;
}

Properties

Properties

name: "costs-estimation" | "translation-costs" | "top-members" | "contribution-raw-data" | "costs-estimation-pe" | "translation-costs-pe"
schema: ReportSchema