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 6f3144c commit c11639cCopy full SHA for c11639c
src/wrapper/AssetsUtilitiesClient.ts
@@ -9,7 +9,7 @@ import FormDataConstructor from 'form-data';
9
export declare namespace AssetsUtilities {
10
interface Options {
11
environment?: core.Supplier<environments.WebflowEnvironment | environments.WebflowEnvironmentUrls>;
12
- accessToken: core.Supplier<core.BearerToken>;
+ accessToken?: core.Supplier<core.BearerToken | undefined>;
13
}
14
15
interface RequestOptions {
0 commit comments