File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/Pages/GlobalConfigurations/BuildInfra Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -451,14 +451,17 @@ export type HandleProfileInputChangeType =
451
451
}
452
452
}
453
453
| {
454
- action :
455
- | Exclude < BuildInfraInheritActions , BuildInfraInheritActionsOnSubValues >
456
- | BuildInfraProfileInputActionType . ADD_TARGET_PLATFORM
457
- | BuildInfraProfileInputActionType . REMOVE_TARGET_PLATFORM
454
+ action : BuildInfraProfileInputActionType . ADD_TARGET_PLATFORM
458
455
data : ProfileInputDispatchDataType & {
459
456
handleCaptureSnapshot : ( data : BuildInfraProfileData ) => void
460
457
}
461
458
}
459
+ | {
460
+ action :
461
+ | Exclude < BuildInfraInheritActions , BuildInfraInheritActionsOnSubValues >
462
+ | BuildInfraProfileInputActionType . REMOVE_TARGET_PLATFORM
463
+ data : ProfileInputDispatchDataType
464
+ }
462
465
| {
463
466
action : BuildInfraInheritActionsOnSubValues
464
467
data : ProfileInputDispatchDataType & {
You can’t perform that action at this time.
0 commit comments