We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0641bc8 commit 0e18f50Copy full SHA for 0e18f50
src/wrapper/AssetsUtilitiesClient.ts
@@ -8,7 +8,7 @@ import FormDataConstructor from 'form-data';
8
9
export declare namespace AssetsUtilities {
10
interface Options {
11
- environment?: core.Supplier<environments.WebflowEnvironment | string>;
+ environment?: core.Supplier<environments.WebflowEnvironment | environments.WebflowEnvironmentUrls>;
12
accessToken: core.Supplier<core.BearerToken>;
13
}
14
0 commit comments