1
- import type { ReportAction } from '@src/types/onyx' ;
1
+ import type { OnyxInputOrEntry , ReportAction } from '@src/types/onyx' ;
2
2
import type { Unit } from '@src/types/onyx/Policy' ;
3
3
import type en from './en' ;
4
4
@@ -40,15 +40,15 @@ type LocalTimeParams = {
40
40
} ;
41
41
42
42
type EditActionParams = {
43
- action : ReportAction | null ;
43
+ action : OnyxInputOrEntry < ReportAction > ;
44
44
} ;
45
45
46
46
type DeleteActionParams = {
47
- action : ReportAction | null ;
47
+ action : OnyxInputOrEntry < ReportAction > ;
48
48
} ;
49
49
50
50
type DeleteConfirmationParams = {
51
- action : ReportAction | null ;
51
+ action : OnyxInputOrEntry < ReportAction > ;
52
52
} ;
53
53
54
54
type BeginningOfChatHistoryDomainRoomPartOneParams = {
@@ -299,11 +299,10 @@ type DistanceRateOperationsParams = {count: number};
299
299
type ReimbursementRateParams = { unit : Unit } ;
300
300
301
301
export type {
302
- AdminCanceledRequestParams ,
303
- ApprovedAmountParams ,
304
302
AddressLineParams ,
303
+ AdminCanceledRequestParams ,
305
304
AlreadySignedInParams ,
306
- UserSplitParams ,
305
+ ApprovedAmountParams ,
307
306
BeginningOfChatHistoryAdminRoomPartOneParams ,
308
307
BeginningOfChatHistoryAnnounceRoomPartOneParams ,
309
308
BeginningOfChatHistoryAnnounceRoomPartTwo ,
@@ -324,8 +323,10 @@ export type {
324
323
FormattedMaxLengthParams ,
325
324
GoBackMessageParams ,
326
325
GoToRoomParams ,
326
+ HeldRequestParams ,
327
327
InstantSummaryParams ,
328
328
LocalTimeParams ,
329
+ LogSizeParams ,
329
330
LoggedInAsParams ,
330
331
ManagerApprovedAmountParams ,
331
332
ManagerApprovedParams ,
@@ -339,11 +340,13 @@ export type {
339
340
PaidElsewhereWithAmountParams ,
340
341
PaidWithExpensifyWithAmountParams ,
341
342
ParentNavigationSummaryParams ,
343
+ PaySomeoneParams ,
342
344
PayerOwesAmountParams ,
343
345
PayerOwesParams ,
344
346
PayerPaidAmountParams ,
345
347
PayerPaidParams ,
346
348
PayerSettledParams ,
349
+ ReimbursementRateParams ,
347
350
RemovedTheRequestParams ,
348
351
RenamedRoomActionParams ,
349
352
ReportArchiveReasonsClosedParams ,
@@ -375,7 +378,9 @@ export type {
375
378
UntilTimeParams ,
376
379
UpdatedTheDistanceParams ,
377
380
UpdatedTheRequestParams ,
381
+ UsePlusButtonParams ,
378
382
UserIsAlreadyMemberParams ,
383
+ UserSplitParams ,
379
384
ViolationsAutoReportedRejectedExpenseParams ,
380
385
ViolationsCashExpenseWithNoReceiptParams ,
381
386
ViolationsConversionSurchargeParams ,
@@ -392,14 +397,9 @@ export type {
392
397
ViolationsTaxOutOfPolicyParams ,
393
398
WaitingOnBankAccountParams ,
394
399
WalletProgramParams ,
395
- UsePlusButtonParams ,
396
400
WeSentYouMagicSignInLinkParams ,
397
401
WelcomeEnterMagicCodeParams ,
398
402
WelcomeNoteParams ,
399
403
WelcomeToRoomParams ,
400
404
ZipCodeExampleFormatParams ,
401
- LogSizeParams ,
402
- HeldRequestParams ,
403
- PaySomeoneParams ,
404
- ReimbursementRateParams ,
405
405
} ;
0 commit comments