Do not use @alpha type in @public export

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-04-12 13:07:58 +02:00
parent 3fde9ea637
commit a357c354af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>;