@servicenow/sdk - v4.7.0
    Preparing search index...

    Type Alias ValueLabelType

    Type for values that can have custom display labels. Used for sources, fields, and semantic indexes in RAG tools.

    type ValueLabelType = {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    User-friendly display label

    value: string

    The technical value (table name, field name, etc.)