From 2815f13776c4202afc2a7d926723168a1e8d7d97 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 19 Mar 2024 15:20:31 +0100 Subject: [PATCH] chore: udpate api report Signed-off-by: blam --- 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 c20f6486f0..4a15bc1dfd 100644 --- a/plugins/octopus-deploy/api-report.md +++ b/plugins/octopus-deploy/api-report.md @@ -76,7 +76,7 @@ export type OctopusDeployment = { }; // @public (undocumented) -export const octopusDeployPlugin: BackstagePlugin<{}, {}, {}>; +export const octopusDeployPlugin: BackstagePlugin<{}, {}>; // @public (undocumented) export type OctopusEnvironment = {