Member Junction
    Preparing search index...

    Result of a package operation.

    interface PackageOperationResult {
        Added: string[];
        DevWorkspaceParent?: string;
        ErrorMessage?: string;
        InstallRoot?: string;
        Removed: string[];
        Success: boolean;
    }
    Index

    Properties

    Added: string[]

    Packages that were added

    DevWorkspaceParent?: string

    Set when the install ran at an mj dev workspace parent instead of the repo itself (RunPackageInstall only).

    ErrorMessage?: string

    Error message if the operation failed

    InstallRoot?: string

    Where install actually ran (RunPackageInstall only).

    Removed: string[]

    Packages that were removed

    Success: boolean

    Whether the operation succeeded