exporting bitbucket types

Signed-off-by: Filip Swiatczak <filip.swiatczak@gmail.com>
This commit is contained in:
Filip Swiatczak
2021-09-30 09:22:15 +01:00
parent 96658c576d
commit 22ef4c3307
4 changed files with 59 additions and 4 deletions
@@ -18,4 +18,8 @@ export {
createBitbucketProvider,
bitbucketEmailSignInResolver,
} from './provider';
export type { BitbucketProviderOptions } from './provider';
export type {
BitbucketProviderOptions,
BitbucketPassportProfile,
BitbucketOAuthResult,
} from './provider';
@@ -20,6 +20,7 @@ export * from './google';
export * from './microsoft';
export * from './oauth2';
export * from './okta';
export * from './bitbucket';
export { factories as defaultAuthProviderFactories } from './factories';