@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface ProjectsUpdatedInBackgroundEvent

    interface ProjectsUpdatedInBackgroundEvent {
        data: { openFiles: string[] };
        eventName: "projectsUpdatedInBackground";
    }
    Index

    Properties

    Properties

    data: { openFiles: string[] }
    eventName: "projectsUpdatedInBackground"