From b818d541098933d910be22a4853d380128b6e057 Mon Sep 17 00:00:00 2001 From: FitseTLT Date: Sat, 30 Nov 2024 02:42:42 +0300 Subject: [PATCH] fix typescript --- src/types/onyx/Transaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/onyx/Transaction.ts b/src/types/onyx/Transaction.ts index 2aa31904a35a..594503af78c3 100644 --- a/src/types/onyx/Transaction.ts +++ b/src/types/onyx/Transaction.ts @@ -338,7 +338,7 @@ type Transaction = OnyxCommon.OnyxValueWithOfflineFeedback< errors?: OnyxCommon.Errors | ReceiptErrors; /** Server side errors keyed by microtime */ - errorFields?: OnyxCommon.ErrorFields<'route'> & OnyxCommon.ErrorFields<'routes'> & OnyxCommon.ErrorFields<'waypoints'>; + errorFields?: OnyxCommon.ErrorFields; /** The name of the file used for a receipt (formerly receiptFilename) */ filename?: string;