Skip to content

Commit

Permalink
Add type for lastVisibleActionCreated
Browse files Browse the repository at this point in the history
  • Loading branch information
rojiphil committed Nov 27, 2023
1 parent b522836 commit ad283e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ type OptimisticExpenseReport = Pick<
| 'total'
| 'notificationPreference'
| 'parentReportID'
| 'lastVisibleActionCreated'
>;

type OptimisticIOUReportAction = Pick<
Expand Down Expand Up @@ -268,6 +269,7 @@ type OptimisticTaskReport = Pick<
| 'stateNum'
| 'statusNum'
| 'notificationPreference'
| 'lastVisibleActionCreated'
>;

type TransactionDetails =
Expand Down Expand Up @@ -306,6 +308,7 @@ type OptimisticIOUReport = Pick<
| 'notificationPreference'
| 'parentReportID'
| 'statusNum'
| 'lastVisibleActionCreated'
>;
type DisplayNameWithTooltips = Array<Pick<PersonalDetails, 'accountID' | 'pronouns' | 'displayName' | 'login' | 'avatar'>>;

Expand Down

0 comments on commit ad283e0

Please sign in to comment.