Member Junction
    Preparing search index...

    Result of a package operation.

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

    Properties

    Added: string[]

    Packages that were added

    ErrorMessage?: string

    Error message if the operation failed

    Removed: string[]

    Packages that were removed

    Success: boolean

    Whether the operation succeeded