Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 5577f0d

Browse files
author
Benjamin E. Coe
authored
feat(types): expose ProjectIdCallback interface (#753)
1 parent 944e2aa commit 5577f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export {
2323
JWTInput,
2424
} from './auth/credentials';
2525
export {GCPEnv} from './auth/envDetect';
26-
export {GoogleAuthOptions} from './auth/googleauth';
26+
export {GoogleAuthOptions, ProjectIdCallback} from './auth/googleauth';
2727
export {IAMAuth, RequestMetadata} from './auth/iam';
2828
export {Claims, JWTAccess} from './auth/jwtaccess';
2929
export {JWT, JWTOptions} from './auth/jwtclient';

0 commit comments

Comments
 (0)