@frigade/react 1.35.35 → 1.35.37

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
@@ -252,6 +252,7 @@ declare function useFlows(): {
252
252
 
253
253
  interface FlowResponse {
254
254
  foreignUserId: string;
255
+ foreignUserGroupId?: string;
255
256
  flowSlug: string;
256
257
  stepId: string;
257
258
  actionType: string;