remove idea of hosts

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-11-10 13:32:05 -05:00
parent 77fb3f37de
commit dbf5eae24d
3 changed files with 9 additions and 43 deletions
@@ -17,7 +17,6 @@
/** @public */
export interface RootSystemMetadataServicePluginInfo {
readonly pluginId: string;
readonly hosts: (string | { external: string; internal: string })[];
}
/** @public */