Member Junction
    Preparing search index...
    interface FileValidationResult {
        entityCount: number;
        errors: ValidationError[];
        file: string;
        warnings: ValidationWarning[];
    }
    Index

    Properties

    entityCount: number
    errors: ValidationError[]
    file: string
    warnings: ValidationWarning[]