exporting bitbucket types
Signed-off-by: Filip Swiatczak <filip.swiatczak@gmail.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user