interface ReportStatusAttributes<S> {
    format: ReportsModel.Format;
    reportName: string;
    schema: S;
}

Type Parameters

  • S

Properties

reportName: string
schema: S