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

    Type Alias ServiceNowConfigurationMinimal

    Representation of the 'ServiceNowConfigurationMinimal' schema.

    type ServiceNowConfigurationMinimal = {
        destination: string;
        serviceNow?: { includePaths?: IncludePathsArray } & Record<string, any>;
    }
    Index

    Properties

    destination: string
    "destination-name"
    

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

    serviceNow?: { includePaths?: IncludePathsArray } & Record<string, any>