interface-forge - v2.5.0
    Preparing search index...

    Interface Issue

    The issue interface of the failure output.

    interface Issue {
        message: string;
        path?: readonly (PropertyKey | PathSegment)[];
    }
    Index

    Properties

    Properties

    message: string

    The error message of the issue.

    path?: readonly (PropertyKey | PathSegment)[]

    The path of the issue, if any.