@servicenow/sdk - v4.4.1
    Preparing search index...
    interface EndInstallTypesEventBody {
        eventId: number;
        packages: readonly string[];
        success: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eventId: number

    correlation id to match begin and end events

    packages: readonly string[]

    list of packages to install

    success: boolean

    true if installation succeeded, otherwise false