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:
Joe Van Alstyne
2024-04-05 15:12:30 +09:00
committed by GitHub
parent 431dc50cd4
commit af8e0e6331
@@ -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;
};
};
};