mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 10:47:52 +02:00
fix(sdk-js): send accepts any input
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