Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/workers/FathymWorkerMessage.ts>FathymWorkerMessage

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
type alias FathymWorkerMessage
import { type FathymWorkerMessage } from "https://deno.land/x/fathym_common@v0.2.160/src/workers/FathymWorkerMessage.ts";

Type Parameters

optional
TPayload = Record<string, unknown> | undefined
optional
TType = string
definition: { CorrelationID?: string; Payload?: TPayload; Type: TType; }