langchain.js
    Preparing search index...

    Type Alias Interrupt<Value>

    type Interrupt<Value = any> = {
        id?: string;
        value?: Value;
    }

    Type Parameters

    • Value = any
    Index

    Properties

    Properties

    id?: string
    value?: Value