interface PackageCompatibilityIssue {
    error: string[];
    warning: string[];
}

Properties

Properties

error: string[]

Error messages.

warning: string[]

Warning messages.