@salesforce/agents
    Preparing search index...

    Type Alias ContextVariable

    type ContextVariable = {
        name: string;
        type:
            | "Object"
            | "Boolean"
            | "DateTime"
            | "Money"
            | "Number"
            | "Text"
            | "Ref"
            | "List";
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    type:
        | "Object"
        | "Boolean"
        | "DateTime"
        | "Money"
        | "Number"
        | "Text"
        | "Ref"
        | "List"
    value: string