Stack
import type { Stack } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
A structuredstacktrace for a process running on the worker.
interface Stack {
stackContent?: string;
threadCount?: number;
threadName?: string;
threadState?: string;
timestamp?: Date;
}