ExternalDependency
Home > @backstage/plugin-devtools-common
> ExternalDependency
Signature:
export type ExternalDependency = {
name: string;
type: string;
target: string;
status: string;
error?: string;
};
Home > @backstage/plugin-devtools-common
> ExternalDependency
Signature:
export type ExternalDependency = {
name: string;
type: string;
target: string;
status: string;
error?: string;
};