interface ReportStatusAttributes<S> {
    format: ReportsModel.Format;
    projectIds?: number[];
    reportName: string;
    schema: S;
}

Type Parameters

  • S

Properties

projectIds?: number[]
reportName: string
schema: S