Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface PackageCompatibilityIssue

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

    Properties

    Properties

    error: string[]

    Error messages.

    warning: string[]

    Warning messages.