tsargp
    Preparing search index...

    Type Alias ValidationResult

    The validation result.

    type ValidationResult = {
        warning?: ErrorMessage;
    }
    Index

    Properties

    Properties

    warning?: ErrorMessage

    The warnings generated by the validator, if any.