@freshworks/react-native-freshdesk-sdk
Version:
React Native wrapper for Freshdesk Android and iOS SDKs
10 lines • 395 B
TypeScript
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