tods-competition-factory 2.2.32-beta.6 → 2.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4625,11 +4625,11 @@ declare function deleteFlightProfileAndFlightDraws({ autoPublish, tournamentReco
|
|
|
4625
4625
|
event: any;
|
|
4626
4626
|
force: any;
|
|
4627
4627
|
}): {
|
|
4628
|
+
error: any;
|
|
4629
|
+
} | {
|
|
4628
4630
|
success?: boolean;
|
|
4629
4631
|
error?: ErrorType;
|
|
4630
4632
|
info?: any;
|
|
4631
|
-
} | {
|
|
4632
|
-
error: any;
|
|
4633
4633
|
};
|
|
4634
4634
|
|
|
4635
4635
|
type ModifyEventMatchUpFormatTimingArgs = {
|