more cleanup

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-11-10 09:42:42 -05:00
parent e3508b0e67
commit bc862fea96
11 changed files with 88 additions and 278 deletions
@@ -25,8 +25,4 @@ export interface RootSystemMetadataService {
getInstalledPlugins: () => Promise<
ReadonlyArray<RootSystemMetadataServicePluginInfo>
>;
getHosts: () => Promise<
ReadonlyArray<string | { external: string; internal: string }>
>;
}