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;
}