@servicenow/sdk - v4.7.0
    Preparing search index...
    • A Column for a choice type field.

      Type Parameters

      • const TChoices extends Choices<string | number>
      • const Type extends
            | string
            | number
            | symbol
            | string & Record<never, never>
            | number & Record<never, never>
      • const Default extends
            | string
            | number
            | symbol
            | string & Record<never, never>
            | number & Record<never, never>
      • const C extends ChoiceColumnType<
            TChoices,
            Type,
            Default,
            ReferenceSchema,
            "none"
            | "suggestion"
            | "dropdown_with_none"
            | "dropdown_without_none",
        >
      • const ReferenceSchema extends keyof Tables
      • const Dropdown extends "none" | "suggestion" | "dropdown_with_none" | "dropdown_without_none" = "none"

      Returns Typed<Type, C>