Skip to main content
Module

x/fathym_common/mod.ts>BaseResponse

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
type alias BaseResponse
import { type BaseResponse } from "https://deno.land/x/fathym_common@v0.0.179/mod.ts";
definition: Record<string | number | symbol, unknown> & { Status: Status; }