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

    Type Alias StringWithSuggestions<T>Internal

    StringWithSuggestions: T | (string | number) & Record<never, never>

    Helper type for string unions that preserves autocomplete. Suggests known values in IntelliSense but accepts any string.

    Type Parameters

    • T