langchain.js
    Preparing search index...

    Represents an object literal in LangChain. It has a type property set to 'object_literal' and a values property which is an array of PropertyAssignmentType.

    type ObjectLiteralType = {
        type: "object_literal";
        values: PropertyAssignmentType[];
    }
    Index

    Properties

    Properties

    type: "object_literal"