@edgible-team/sdk
    Preparing search index...

    Interface StackIssue

    One structured validation finding (doc-relative path + message).

    interface StackIssue {
        message: string;
        path: string;
    }
    Index

    Properties

    Properties

    message: string
    path: string