Skip to content

Commit

Permalink
Revert type change
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Feb 13, 2025
1 parent e79cb9b commit 1d161d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ type QBOConnectionConfig = OnyxCommon.OnyxValueWithOfflineFeedback<{
exportDate: ValueOf<typeof CONST.QUICKBOOKS_EXPORT_DATE>;

/** Configuration of the export */
export?: {
export: {
/** E-mail of the exporter */
exporter: string;
};
Expand Down

0 comments on commit 1d161d2

Please sign in to comment.