Update plugins/scaffolder-backend/src/deprecated.ts

Co-authored-by: Ben Lambert <blam@spotify.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-01-23 10:23:32 +01:00
committed by GitHub
parent c691d62bfb
commit a4b70713db
+1 -1
View File
@@ -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<TInput extends JsonObject> =
ActionContextNode<TInput>;