@openfloor/protocol - v0.0.4
    Preparing search index...

    Interface ValidationResult

    Interface for validation results

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

    Properties

    Properties

    errors: string[]

    Array of validation errors

    valid: boolean

    Whether validation passed