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

    Type Alias StringWithSuggestions<T>

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

    Construct a type that accepts any string but also a list of suggestions (Ex. <'suggestion 1' | 'suggestion 2'>)

    Type Parameters

    • T