@servicenow/sdk - v4.4.1
    Preparing search index...
    interface InstallPackageRequest {
        fileName: tsc.Path;
        id: number;
        kind: "installPackage";
        packageName: string;
        projectName: string;
        projectRootPath: tsc.Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fileName: tsc.Path
    id: number
    kind: "installPackage"
    packageName: string
    projectName: string
    projectRootPath: tsc.Path