providerplaneai
    Preparing search index...

    D3-compatible workflow export payload.

    interface WorkflowD3Export {
        edges: { from: string; to: string }[];
        nodes: { id: string }[];
    }
    Index

    Properties

    Properties

    edges: { from: string; to: string }[]
    nodes: { id: string }[]