Update api-report

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
This commit is contained in:
Alex Eftimie
2023-06-12 00:21:40 +02:00
parent 0f58402454
commit 6a754699b4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@
```ts
import { Entity } from '@backstage/catalog-model';
import type { EntityMeta } from '@backstage/catalog-model';
import type { JsonArray } from '@backstage/types';
import { JsonObject } from '@backstage/types';
import type { JsonValue } from '@backstage/types';
import { KindValidator } from '@backstage/catalog-model';
@@ -36,6 +37,7 @@ export interface TaskSpecV1beta3 {
// @public
export interface TaskStep {
action: string;
each?: string | JsonArray;
id: string;
if?: string | boolean;
input?: JsonObject;