Skip to main content
Go to Latest
type alias EaCHandlerCheckResponse
import { type EaCHandlerCheckResponse } from "https://deno.land/x/fathym_everything_as_code@v0.0.185/mod.ts";
definition: { CorelationID: string; Complete: boolean; HasError: boolean; Messages: Record<string, unknown>; }