@wise/dynamic-flow-types 3.0.0 → 3.1.0-experimental-6bb6f02

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.
@@ -91,6 +91,10 @@ export type Step = {
91
91
  */
92
92
  refreshUrl?: string;
93
93
  /**
94
+ * After this time has passed, the step will be refreshed. Must be an ISO 8601 formatted string.
95
+ */
96
+ refreshAfter?: string;
97
+ /**
94
98
  * Specify a particular control to instruct how the step should be rendered. If the control is unknown, it will be ignored.
95
99
  */
96
100
  control?: string;