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;