proposit-core
    Preparing search index...

    Interface TCoreValidationResult

    interface TCoreValidationResult {
        issues: TCoreValidationIssue[];
        ok: boolean;
    }
    Index

    Properties

    Properties

    Full list of validation findings (errors and warnings).

    ok: boolean

    true iff no error-severity issues are present.