OpenFairyGUI API
    Preparing search index...

    Interface BrowserPublishDiagnostic

    interface BrowserPublishDiagnostic {
        code?: "unsupported_publish_setting" | "publish_failed";
        level: "error" | "warning" | "info" | "debug";
        message: string;
        path?: string;
        setting?: string;
    }
    Index
    code?: "unsupported_publish_setting" | "publish_failed"
    level: "error" | "warning" | "info" | "debug"
    message: string
    path?: string
    setting?: string