mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 18:27:52 +02:00
fix(sdk-js): send accepts any input (#4099)
This commit is contained in:
@@ -19,7 +19,7 @@ export type StreamEvent =
|
||||
|
||||
export interface Send {
|
||||
node: string;
|
||||
input: Record<string, unknown> | null;
|
||||
input: unknown | null;
|
||||
}
|
||||
|
||||
export interface Command {
|
||||
|
||||
Reference in New Issue
Block a user