Skip to content

Commit

Permalink
refactor(typescript): apply pull request suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-guerreiro committed Mar 14, 2024
1 parent 16854a9 commit c5b2ada
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 45 deletions.
2 changes: 1 addition & 1 deletion src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2076,4 +2076,4 @@ export {
getShareLogOptions,
};

export type {MemberForList, CategorySection, GetOptions, PayeePersonalDetails, Tag};
export type {MemberForList, CategorySection, CategoryTreeSection, GetOptions, PayeePersonalDetails, Tag};
4 changes: 4 additions & 0 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import type {
ReportMetadata,
Session,
Task,
TaxRate,
Transaction,
TransactionViolation,
UserWallet,
Expand Down Expand Up @@ -404,6 +405,9 @@ type OptionData = {
isDisabled?: boolean | null;
name?: string | null;
isSelfDM?: boolean | null;
reportID?: string;
enabled?: boolean;
data?: Partial<TaxRate>;
} & Report;

type OnyxDataTaskAssigneeChat = {
Expand Down
Loading

0 comments on commit c5b2ada

Please sign in to comment.