diff --git a/src/types/onyx/Report.ts b/src/types/onyx/Report.ts index 7eae6affd254..afa1c9886a8c 100644 --- a/src/types/onyx/Report.ts +++ b/src/types/onyx/Report.ts @@ -229,9 +229,6 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback< /** Pending members of the report */ pendingChatMembers?: PendingChatMember[]; - /** The ID of the single transaction thread report associated with this report, if one exists */ - transactionThreadReportID?: string; - /** Collection of policy report fields, indexed by their fieldID */ fieldList?: Record; diff --git a/src/types/utils/whitelistedReportKeys.ts b/src/types/utils/whitelistedReportKeys.ts index 71510e498854..4a05db21d260 100644 --- a/src/types/utils/whitelistedReportKeys.ts +++ b/src/types/utils/whitelistedReportKeys.ts @@ -60,7 +60,6 @@ type WhitelistedReport = OnyxCommon.OnyxValueWithOfflineFeedback< privateNotes: unknown; isLoadingPrivateNotes: unknown; pendingChatMembers: unknown; - transactionThreadReportID: unknown; fieldList: unknown; permissions: unknown; tripData: {