Senzing Node.js SDK
    Preparing search index...

    Interface ExpressionCallElementListItem

    interface ExpressionCallElementListItem {
        element: string;
        required: string;
        feature?: string;
    }
    Index

    Properties

    element: string
    required: string
    feature?: string