@servicenow/sdk - v4.7.0
    Preparing search index...
    AnyVariable:
        | ReturnType<typeof SingleLineTextVariable>
        | ReturnType<typeof MultiLineTextVariable>
        | ReturnType<typeof ReferenceVariable>
        | ReturnType<typeof YesNoVariable>
        | ReturnType<typeof SelectBoxVariable>
        | ReturnType<typeof DateVariable>
        | ReturnType<typeof DateTimeVariable>
        | ReturnType<typeof HtmlVariable>
        | ReturnType<typeof LabelVariable>
        | ReturnType<typeof BreakVariable>
        | ReturnType<typeof CustomVariable>
        | ReturnType<typeof UIPageVariable>
        | ReturnType<typeof ContainerStartVariable>
        | ReturnType<typeof ContainerSplitVariable>
        | ReturnType<typeof WideSingleLineTextVariable>
        | ReturnType<typeof CustomWithLabelVariable>
        | ReturnType<typeof MaskedVariable>
        | ReturnType<typeof EmailVariable>
        | ReturnType<typeof UrlVariable>
        | ReturnType<typeof IpAddressVariable>
        | ReturnType<typeof DurationVariable>
        | ReturnType<typeof RequestedForVariable>
        | ReturnType<typeof RichTextLabelVariable>
        | ReturnType<typeof AttachmentVariable>
        | ReturnType<typeof MultipleChoiceVariable>
        | ReturnType<typeof ContainerEndVariable>
        | ReturnType<typeof ListCollectorVariable>
        | ReturnType<typeof LookupMultipleChoiceVariable>
        | ReturnType<typeof LookupSelectBoxVariable>
        | ReturnType<typeof NumericScaleVariable>
        | ReturnType<typeof CheckboxVariable>

    Type representing all possible variable types that can be used in a catalog item