chore: updating api-report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-03 17:50:06 +01:00
parent 23c735d94b
commit bf231ecc7f
27 changed files with 90 additions and 149 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import { CheckResult } from '@backstage/plugin-tech-insights-common';
import { Config } from '@backstage/config';
import { DateTime } from 'luxon';
import { DurationLike } from 'luxon';
import { Logger as Logger_2 } from 'winston';
import { Logger } from 'winston';
import { PluginEndpointDiscovery } from '@backstage/backend-common';
// @public
@@ -56,7 +56,7 @@ export interface FactRetriever {
export type FactRetrieverContext = {
config: Config;
discovery: PluginEndpointDiscovery;
logger: Logger_2;
logger: Logger;
entityFilter?:
| Record<string, string | symbol | (string | symbol)[]>[]
| Record<string, string | symbol | (string | symbol)[]>;