Skip to content

Commit 0e18f50

Browse files
committed
update AssetsUtilitiesClient to use latest Assets class
1 parent 0641bc8 commit 0e18f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/AssetsUtilitiesClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import FormDataConstructor from 'form-data';
88

99
export declare namespace AssetsUtilities {
1010
interface Options {
11-
environment?: core.Supplier<environments.WebflowEnvironment | string>;
11+
environment?: core.Supplier<environments.WebflowEnvironment | environments.WebflowEnvironmentUrls>;
1212
accessToken: core.Supplier<core.BearerToken>;
1313
}
1414

0 commit comments

Comments
 (0)