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

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 declaration

Generated using TypeDoc