mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 20:57:52 +02:00
cr
This commit is contained in:
@@ -167,7 +167,7 @@ export interface Thread<ValuesType = DefaultValues> {
|
||||
values: ValuesType;
|
||||
|
||||
/** Interrupts which were thrown in this thread */
|
||||
interrupts: {} | { [id: string]: Array<Interrupt> };
|
||||
interrupts: Record<string, Array<Interrupt>>;
|
||||
}
|
||||
|
||||
export interface Cron {
|
||||
|
||||
Reference in New Issue
Block a user