chore: fix typescript and updating api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-21 09:31:16 +01:00
committed by Min Kim
parent 5765e4e4df
commit 50c480ae18
7 changed files with 40 additions and 30 deletions
+5
View File
@@ -10,6 +10,11 @@ import type { JsonValue } from '@backstage/types';
import { KindValidator } from '@backstage/catalog-model';
import type { UserEntity } from '@backstage/catalog-model';
// @public
export const isTemplateEntityV1beta3: (
entity: Entity,
) => entity is TemplateEntityV1beta3;
// @public
export type TaskSpec = TaskSpecV1beta3;