From f93c3d6f1385bd111f825cada2887054024f8778 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Thu, 21 Mar 2024 22:02:42 +0530 Subject: [PATCH] introduce isSelfDM prop --- src/types/onyx/IOU.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/onyx/IOU.ts b/src/types/onyx/IOU.ts index 6bbcb174a617..7e1827f73954 100644 --- a/src/types/onyx/IOU.ts +++ b/src/types/onyx/IOU.ts @@ -21,6 +21,7 @@ type Participant = { phoneNumber?: string; text?: string; isSelected?: boolean; + isSelfDM?: boolean; }; type Split = {