Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow selecting an existing invoice room as the receiver in the Send Invoice flow from FAB #42714

Merged
Prev Previous commit
Next Next commit
Add Report type to Participant item
rezkiy37 committed May 28, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tvdeyen Thomas von Deyen
commit 72eae40af92d571caa770cdfb937d016b833bbec
2 changes: 2 additions & 0 deletions src/types/onyx/IOU.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type {ValueOf} from 'type-fest';
import type CONST from '@src/CONST';
import type {Icon} from './OnyxCommon';
import type Report from './Report';

type Participant = {
accountID?: number;
@@ -26,6 +27,7 @@ type Participant = {
isSender?: boolean;
iouType?: string;
ownerAccountID?: number;
item?: Report;
};

type Split = {