From 88077810bc804bb97300eb6f0d150a07b501e13f Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Mon, 3 Apr 2023 12:58:08 -0400 Subject: [PATCH] fix(striker-ui-api): remove computed props from host entry of manifest execution --- striker-ui-api/src/types/APIManifest.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/striker-ui-api/src/types/APIManifest.d.ts b/striker-ui-api/src/types/APIManifest.d.ts index f997d72b..4d9efbc3 100644 --- a/striker-ui-api/src/types/APIManifest.d.ts +++ b/striker-ui-api/src/types/APIManifest.d.ts @@ -74,10 +74,7 @@ type ManifestDetail = { }; type ManifestExecutionHost = { - anName?: string; - anUuid?: string; hostId?: string; - hostName?: string; hostNumber: number; hostType: string; hostUuid: string;