locust-ui 2.37.13 → 2.37.14-next-16291478234

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.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -526,7 +526,6 @@ declare interface ITableStructure {
526
526
  key: string;
527
527
  title: string;
528
528
  round?: number;
529
- markdown?: boolean;
530
529
  }
531
530
 
532
531
  declare interface ITabs extends IStateProps {