From a713b77b612da33b3a1f0c0fcf8cfe1d86f1404b Mon Sep 17 00:00:00 2001 From: Graeme Christie Date: Wed, 25 Oct 2023 12:48:02 +0800 Subject: [PATCH] updated api reports for octopus deploy plugin Signed-off-by: Graeme Christie --- plugins/octopus-deploy/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/octopus-deploy/api-report.md b/plugins/octopus-deploy/api-report.md index 7295239c28..094cc0a7b0 100644 --- a/plugins/octopus-deploy/api-report.md +++ b/plugins/octopus-deploy/api-report.md @@ -65,7 +65,7 @@ export type OctopusDeployment = { }; // @public (undocumented) -export const octopusDeployPlugin: BackstagePlugin<{}, {}, {}>; +export const octopusDeployPlugin: BackstagePlugin<{}, {}>; // @public (undocumented) export type OctopusEnvironment = {