@redocly/replay 0.5.16 → 0.5.18

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.
package/dist/replay.d.ts CHANGED
@@ -413,7 +413,7 @@ declare type ReplayOnChangeParams = {
413
413
  [key: string]: string;
414
414
  };
415
415
  body?: any;
416
- } | {};
416
+ } | object;
417
417
  activeExampleName?: string;
418
418
  activeMimeName?: string;
419
419
  activeServer?: Server;