notifications.ts 196 B

12345678
  1. // Auto-generated notification messages
  2. // Do not edit manually
  3. const notifications: Record<string, string> = {
  4. "Sync_Certificate_Error_Error": "err.Error()",
  5. };
  6. export default notifications;