Skip to content

Commit

Permalink
feat(types): expose ProjectIdCallback interface (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 24, 2019
1 parent 944e2aa commit 5577f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -23,7 +23,7 @@ export {
JWTInput,
} from './auth/credentials';
export {GCPEnv} from './auth/envDetect';
export {GoogleAuthOptions} from './auth/googleauth';
export {GoogleAuthOptions, ProjectIdCallback} from './auth/googleauth';
export {IAMAuth, RequestMetadata} from './auth/iam';
export {Claims, JWTAccess} from './auth/jwtaccess';
export {JWT, JWTOptions} from './auth/jwtclient';
Expand Down

0 comments on commit 5577f0d

Please sign in to comment.