interface ReportArchiveStatusAttribute {
    format: ReportsModel.Format;
    reportName: string;
    schema: any;
}

Properties

reportName: string
schema: any