Merge branch 'master' into blam/actions-permissions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -84,6 +84,7 @@ export interface ActionsService {
|
||||
// @alpha (undocumented)
|
||||
export type ActionsServiceAction = {
|
||||
id: string;
|
||||
pluginId: string;
|
||||
name: string;
|
||||
title: string;
|
||||
description: string;
|
||||
|
||||
@@ -22,6 +22,7 @@ import { BackstageCredentials } from '@backstage/backend-plugin-api';
|
||||
*/
|
||||
export type ActionsServiceAction = {
|
||||
id: string;
|
||||
pluginId: string;
|
||||
name: string;
|
||||
title: string;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user