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

    Type Alias ChoiceValue

    ChoiceValue: string | ChoiceConfig | ChoiceConfig[]

    A choice value definition. Pass a bare label string or a single ChoiceConfig to generate one sys_choice record. Pass an array of ChoiceConfig to generate multiple sys_choice records for the same choice value — useful when records need to differ across language, dependentValue, or other fields. Each entry in the array produces its own sys_choice record.