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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user