You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Custom API URL useful when using proxy to send Flows requests through your own domain.
22
22
*/
23
23
apiUrl?: string;
24
+
/**
25
+
* Custom fetch implementation useful when you need to customize api requests with custom headers, credentials, etc.
26
+
*/
27
+
customFetch?: CustomFetch;
24
28
/**
25
29
* Language used to enable [localization](https://flows.sh/docs/localization). Based on the set language, the correct translation for the block data will be selected.
26
30
* - `disabled` (default) - The user will be served content in the default language group of your organization.
0 commit comments