UNPKG

@freshworks/react-native-freshdesk-sdk

Version:
10 lines 395 B
import type { DiagnosticReport } from './types'; /** * Normalize a native diagnostic payload into a DiagnosticReport */ export declare function parseDiagnosticReport(raw: unknown): DiagnosticReport; /** * Format a diagnostic report for logs or sharing with support */ export declare function formatDiagnosticReport(report: DiagnosticReport): string; //# sourceMappingURL=diagnostics.d.ts.map