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

    Type Alias StringColumnType<TChoices, Dropdown, Type, Default, ReferenceSchema>

    StringColumnType: ChoiceColumnType<
        TChoices,
        Type,
        Default,
        ReferenceSchema,
        Dropdown,
    > & { isFullUTF8?: boolean }

    Type Parameters

    Type Declaration

    • OptionalisFullUTF8?: boolean

      Whether the string should be stored as full UTF-8. column type will be string_full_utf8 if true