@suluk/core - v0.1.13
    Preparing search index...

    Interface ValidationResult

    interface ValidationResult {
        valid: boolean;
        errors: ValidationIssue[];
    }
    Index

    Properties

    Properties

    valid: boolean
    errors: ValidationIssue[]