@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface TrustPathResponse

    Response from GET /api/trust/framework/graph?from=&to=.

    interface TrustPathResponse {
        fetchedAt: string;
        message?: string;
        path: unknown;
    }
    Index

    Properties

    fetchedAt: string
    message?: string
    path: unknown