Added tsdoc tag for IdentityProviders type

Signed-off-by: Liam Mackie <liam.mackie@octopus.com>
This commit is contained in:
Liam Mackie
2022-04-04 23:50:07 +10:00
parent 0078980992
commit 9028e25cb0
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -510,8 +510,6 @@ export type IconLinkVerticalProps = {
title?: string;
};
// Warning: (ae-missing-release-tag) "IdentityProviders" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type IdentityProviders = ('guest' | 'custom' | SignInProviderConfig)[];
@@ -32,6 +32,7 @@ export type SignInProviderConfig = {
apiRef: ApiRef<ProfileInfoApi & BackstageIdentityApi & SessionApi>;
};
/** @public **/
export type IdentityProviders = ('guest' | 'custom' | SignInProviderConfig)[];
export type ProviderComponent = ComponentType<