@servicenow/sdk - v4.7.0
    Preparing search index...
    DataPillReturn: T extends Record<string, unknown> ? string | any : T

    Return type for dataPill that handles TableAwareRecord types from OutputsWithDotwalk.

    • TableAwareRecord objects: returns string | any for compatibility with reference types
    • Other types: returns T to preserve type checking

    Type Parameters

    • T