@spiffcommerce/core 40.1.1 → 40.2.0

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/index.d.ts CHANGED
@@ -5641,7 +5641,7 @@ declare class QuestionStepHandle extends StepHandle<QuestionStepData> {
5641
5641
  /**
5642
5642
  * The way that this step expects to be rendered.
5643
5643
  */
5644
- getDisplayType(): any;
5644
+ getDisplayType(): Promise<any>;
5645
5645
  }
5646
5646
 
5647
5647
  declare class ShapeStepHandle extends StepHandle<ShapeStepData> implements CustomColorSupport {