interface Node {
    data: RunnableIOSchema | RunnableInterface<any, any, RunnableConfig>;
    id: string;
}

Properties

Properties

id: string