ActionsServiceAction
Home > @backstage/backend-plugin-api
> ActionsServiceAction
Signature:
export type ActionsServiceAction = {
id: string;
name: string;
title: string;
description: string;
schema: {
input: JSONSchema7;
output: JSONSchema7;
};
};