export interface AnalyticsReportCreateRequest {
    'job_id'?: number;
    'task_id'?: number;
    'project_id'?: number;
}
