Interface PreprocessingStepStoredResultSummary

interface PreprocessingStepStoredResultSummary {
    fileId: string;
    numberOfErrors: number;
    numberOfWarnings: number;
    preprocessingStepName: string;
}

Properties

fileId: string
numberOfErrors: number
numberOfWarnings: number
preprocessingStepName: string

Generated using TypeDoc