Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RunningServiceList

import type { RunningServiceList } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

List of running guest OS services.

interface RunningServiceList {
entries?: RunningService[];
}

§Properties

§

Running service entries.