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

Properties

Properties

id: string