type alias EaCHandlerErrorResponseimport { type EaCHandlerErrorResponse } from "https://deno.land/x/fathym_everything_as_code@v0.0.329-integration/src/api/models/EaCHandlerErrorResponse.ts"; definition: { HasError: true; Messages: Record<string, unknown>; }