fix: update report.api doc
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
This commit is contained in:
@@ -9,6 +9,7 @@ import { BackstageCredentials } from '@backstage/backend-plugin-api';
|
||||
import { JsonObject } from '@backstage/types';
|
||||
import { JsonValue } from '@backstage/types';
|
||||
import { Logger } from 'winston';
|
||||
import { LoggerService } from '@backstage/backend-plugin-api';
|
||||
import { Observable } from '@backstage/types';
|
||||
import { Schema } from 'jsonschema';
|
||||
import { ScmIntegrationRegistry } from '@backstage/integration';
|
||||
@@ -191,7 +192,7 @@ export type ExecuteShellCommandOptions = {
|
||||
command: string;
|
||||
args: string[];
|
||||
options?: SpawnOptionsWithoutStdio;
|
||||
logger?: Logger;
|
||||
logger?: LoggerService;
|
||||
logStream?: Writable;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user