Skip to main content
Module

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

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

Type Parameters

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