From 5577f0d8ced78b776ca93ba3caf15d7f3da60096 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 24 Jul 2019 11:00:12 -0700 Subject: [PATCH] feat(types): expose ProjectIdCallback interface (#753) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6d603a20..78401965 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';