OpenFairyGUI API
    Preparing search index...

    Interface BackendDiagnosticGuide

    Shared codes list all canonical owners; responses preserve the actual reporting owner.

    interface BackendDiagnosticGuide {
        code: BackendDiagnosticCode;
        owners: readonly BackendDiagnosticOwner[];
        remediation: Omit<BackendDiagnosticRemediation, "read">;
    }
    Index
    owners: readonly BackendDiagnosticOwner[]
    remediation: Omit<BackendDiagnosticRemediation, "read">