@servicenow/sdk - v4.9.0
    Preparing search index...
    ActivityEntryTypes: T extends Record<string, AnyTypedEntry>
        ? { [K in keyof T]?: TypeOf<T[K]> }
        : {}

    Extract TS types from a map of Typed entries (all optional — for inputs and experience properties)

    Type Parameters