We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abfc45 commit 24786fcCopy full SHA for 24786fc
src/libs/API/parameters/ApproveMoneyRequestParams.ts
@@ -19,7 +19,7 @@ type ApproveMoneyRequestParams = {
19
* }
20
* where optimisticReportActionID is the optimistic report action ID and oldReportActionID is the old report action ID
21
*/
22
- optimisticReportActionCopyIDs?: Record<string, string>;
+ optimisticReportActionCopyIDs?: string;
23
24
/** The optimistic action ID for the report created for unapproved transactions */
25
optimisticCreatedReportForUnapprovedTransactionsActionID?: string;
0 commit comments