@integry/sdk 3.2.13-beta.1 → 3.2.14

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.
@@ -142,6 +142,8 @@ interface UserConfig {
142
142
  autoRedirectToMyFlows?: boolean;
143
143
  isReadOnly?: boolean;
144
144
  marketplaceModalTitle?: string;
145
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
146
+ [other: string]: any;
145
147
  }
146
148
  interface SDKConfig {
147
149
  env?: "staging" | "production";