@frigade/react 1.33.4 → 1.33.6

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/lib/index.d.ts CHANGED
@@ -215,7 +215,7 @@ declare enum TriggerType {
215
215
  }
216
216
  declare function useFlows(): {
217
217
  getFlow: (slug: string) => Flow;
218
- getFlowData: (flowId: string) => object;
218
+ getFlowData: (flowId: string) => any;
219
219
  isLoading: boolean;
220
220
  getStepStatus: (flowId: string, stepId: string) => StepActionType | null;
221
221
  getFlowSteps: (flowId: string) => StepData[];