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 { CatalogApi } from '@backstage/catalog-client';
import { CompoundEntityRef } from '@backstage/catalog-model';
import { Config } from '@backstage/config';
import express from 'express';
import { Logger as Logger_2 } from 'winston';
import { Logger } from 'winston';
import { ScmIntegrations } from '@backstage/integration';
import { UrlReader } from '@backstage/backend-common';
@@ -127,7 +127,7 @@ export class TodoScmReader implements TodoReader {
// @public (undocumented)
export type TodoScmReaderOptions = {
logger: Logger_2;
logger: Logger;
reader: UrlReader;
integrations: ScmIntegrations;
parser?: TodoParser;