interface RelatedPackageData {
    compatibility?: PackageCompatibilityData;
    id: string;
    manifest?: string;
    reason?: string;
    type: string;
}

Properties

compatibility?: PackageCompatibilityData

The compatibility data with this related Package

id: string

The id of the related package

manifest?: string

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

reason?: string

The reason for this relationship

type: string

The type of the related package