SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AiLogCommonResultItem

    AiLogCommonResultItem: { msg?: string; timestamp?: string } & Record<
        string,
        any,
    >

    Common log record.

    Type Declaration

    • Optionalmsg?: string

      message content.

    • Optionaltimestamp?: string

      Datetime in RFC 3339.

      "2021-05-19T00:00:14.347+00:00"
      Format: "date-time".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.