Added tsdoc tag for IdentityProviders type
Signed-off-by: Liam Mackie <liam.mackie@octopus.com>
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user