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

ProcessDetails

import type { ProcessDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface ProcessDetails {
LaunchedAt?: string | null;
Name?: string | null;
ParentPid?: number | null;
Path?: string | null;
Pid?: number | null;
TerminatedAt?: string | null;
}

§Properties

§
LaunchedAt?: string | null
[src]
§
Name?: string | null
[src]
§
ParentPid?: number | null
[src]
§
Path?: string | null
[src]
§
Pid?: number | null
[src]
§
TerminatedAt?: string | null
[src]