Skip to content

Commit c11639c

Browse files
committed
fix manual wrapper type issue
1 parent 6f3144c commit c11639c

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
@@ -9,7 +9,7 @@ import FormDataConstructor from 'form-data';
99
export declare namespace AssetsUtilities {
1010
interface Options {
1111
environment?: core.Supplier<environments.WebflowEnvironment | environments.WebflowEnvironmentUrls>;
12-
accessToken: core.Supplier<core.BearerToken>;
12+
accessToken?: core.Supplier<core.BearerToken | undefined>;
1313
}
1414

1515
interface RequestOptions {

0 commit comments

Comments
 (0)