[Go to site: main page, start]

Interface PackageCompatibilityIssue

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

Properties

Properties

error: string[]

Error messages.

warning: string[]

Warning messages.