Interface ReportDownloadParams

interface ReportDownloadParams {
    "report-id"?: string;
}

Properties

Properties

"report-id"?: string