Do not use @alpha type in @public export
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -23,7 +23,7 @@ import { createVersionedContext } from '@backstage/version-bridge';
|
||||
import { TechDocsEntityMetadata, TechDocsMetadata } from './types';
|
||||
|
||||
/**
|
||||
* @alpha type for the value of the TechDocsReaderPageContext
|
||||
* @public type for the value of the TechDocsReaderPageContext
|
||||
*/
|
||||
export type TechDocsReaderPageValue = {
|
||||
metadata: AsyncState<TechDocsMetadata>;
|
||||
|
||||
Reference in New Issue
Block a user