UNPKG

ngx-sp-infra

Version:
8 lines (7 loc) • 217 B
import { IError } from "../utils/ierror"; import { ReportFile } from "./report-file"; export declare class RetReportFile implements IError { Error: boolean; ErrorMessage: string; ReportFile: ReportFile; }