Skip to content

Commit

Permalink
Update src/types/onyx/Report.ts
Browse files Browse the repository at this point in the history
Co-authored-by: DylanDylann <[email protected]>
  • Loading branch information
dukenv0307 and DylanDylann authored Apr 27, 2024
1 parent cad5817 commit 642d7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback<
lastMessageHtml?: string;
lastActorAccountID?: number;

// indicate the type of the last action
// The type of the last action
lastActionType?: ValueOf<typeof CONST.REPORT.ACTIONS.TYPE>;
ownerAccountID?: number;
ownerEmail?: string;
Expand Down

0 comments on commit 642d7e0

Please sign in to comment.