Skip to content

Commit

Permalink
fix(GoogleCloudAuthPlugin.d.ts): add missing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara committed Jan 7, 2025
1 parent fa1daa8 commit 6b65d02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugins/three/GoogleCloudAuthPlugin.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
export class GoogleCloudAuthPlugin {

constructor( options : { apiToken: string, autoRefreshToken?: boolean } );
constructor( options: {
apiToken: string,
autoRefreshToken?: boolean,
logoUrl?: string,
useRecommendedSettings?: boolean;
} );

}

0 comments on commit 6b65d02

Please sign in to comment.