interface RelatedPackage {
    id: string;
    type: string;
    manifest: string;
    compatibility: PackageCompatibility;
    reason: string;
}

Properties

id: string

The id of the related package

type: string

The type of the related package

manifest: string

An explicit manifest URL, otherwise learned from the Foundry web server

compatibility: PackageCompatibility

The compatibility data with this related Package

reason: string

The reason for this relationship