fix api-report warning

This commit is contained in:
Leon
2022-05-30 19:58:40 +02:00
parent 23bf9593d7
commit fd16617e28
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -80,8 +80,6 @@ export interface TechInsightsApi {
// @public
export const techInsightsApiRef: ApiRef<TechInsightsApi>;
// Warning: (ae-missing-release-tag) "TechInsightsClient" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export class TechInsightsClient implements TechInsightsApi {
constructor(options: {
@@ -29,6 +29,7 @@ import {
defaultCheckResultRenderers,
} from '../components/CheckResultRenderer';
/** @public */
export class TechInsightsClient implements TechInsightsApi {
private readonly discoveryApi: DiscoveryApi;
private readonly identityApi: IdentityApi;