fix(striker-ui-api): remove computed props from host entry of manifest execution

main
Tsu-ba-me 2 years ago
parent 4bbd8a32f3
commit 88077810bc
  1. 3
      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;

Loading…
Cancel
Save