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

    Interface DagNode

    interface DagNode {
        data?: Record<string, unknown>;
        id: string;
        type: string;
    }
    Index

    Properties

    Properties

    data?: Record<string, unknown>
    id: string
    type: string