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

      Type Parameters

      • const TChoices extends Choices<string>
      • const Type extends
            | `http://${string}`
            | `https://${string}`
            | Record<never, never> & `http://${string}`
            | Record<never, never> & `https://${string}`
      • const Default extends
            | `http://${string}`
            | `https://${string}`
            | Record<never, never> & `http://${string}`
            | Record<never, never> & `https://${string}`
      • const C extends UrlColumnType<TChoices, Dropdown, Type, Default, keyof Tables>
      • const Dropdown extends "none" | "suggestion" | "dropdown_with_none" | "dropdown_without_none" = "none"

      Parameters

      Returns Typed<Type, C>