export interface StoreService { service: string; status: "up" | "down"; platform: "local" | "docker" | undefined; port?: number | string; }