From a4b70713db3b6d1bbf3d1a724cde608eb848ad59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 23 Jan 2023 10:23:32 +0100 Subject: [PATCH] Update plugins/scaffolder-backend/src/deprecated.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ben Lambert Signed-off-by: Fredrik Adelöw --- plugins/scaffolder-backend/src/deprecated.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/deprecated.ts b/plugins/scaffolder-backend/src/deprecated.ts index 46fc358cfa..f8358b9071 100644 --- a/plugins/scaffolder-backend/src/deprecated.ts +++ b/plugins/scaffolder-backend/src/deprecated.ts @@ -24,7 +24,7 @@ import { JsonObject } from '@backstage/types'; /** * @public - * @deprecated Use `ActionContext` from `@backstage/plugin-scaffolder-node` instead + * @deprecated Import from {@link @backstage/plugin-scaffolder-node#ActionContext} instead */ export type ActionContext = ActionContextNode;