Update plugins/catalog-backend-module-backstage-openapi/config.d.ts
Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Joe Van Alstyne <jvanalstyne@mdsol.com>
This commit is contained in:
@@ -28,17 +28,10 @@ export interface Config {
|
||||
/**
|
||||
* Options to ovveride the provided entity's default metadata and spec properties
|
||||
*/
|
||||
entityOverrides?: {
|
||||
metadata?: {
|
||||
name?: string;
|
||||
title?: string;
|
||||
};
|
||||
spec?: {
|
||||
type?: string;
|
||||
lifecycle?: string;
|
||||
owner?: string;
|
||||
};
|
||||
};
|
||||
/**
|
||||
* Properties to override on the final entity object.
|
||||
*/
|
||||
entityOverrides?: object;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user