langchain.js
    Preparing search index...

    Type Alias StateSchemaFields

    StateSchemaFields: { [key: string]: StateSchemaField<any, any> }

    Init object for StateSchema constructor. Uses any to allow variance in generic types (e.g., ReducedValue<string, string[]>).

    Type Declaration