Skip to content

Commit

Permalink
include report next step types in OnyxValues type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Oct 11, 2023
1 parent 2dfeadb commit 3c7db13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ type OnyxValues = {
[ONYXKEYS.COLLECTION.REPORT_ACTIONS_REACTIONS]: OnyxTypes.ReportActionReactions;
[ONYXKEYS.COLLECTION.REPORT_DRAFT_COMMENT]: string;
[ONYXKEYS.COLLECTION.REPORT_DRAFT_COMMENT_NUMBER_OF_LINES]: number;
[ONYXKEYS.COLLECTION.REPORT_NEXT_STEP]: OnyxTypes.ReportNextStep;
[ONYXKEYS.COLLECTION.REPORT_IS_COMPOSER_FULL_SIZE]: boolean;
[ONYXKEYS.COLLECTION.REPORT_USER_IS_TYPING]: boolean;
[ONYXKEYS.COLLECTION.REPORT_USER_IS_LEAVING_ROOM]: boolean;
Expand Down

0 comments on commit 3c7db13

Please sign in to comment.