Skip to main content
Module

x/fathym_common/src/common/BaseResponse.ts>BaseResponseModel

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

The base response object for API requests including a model.

definition: BaseResponse & { Model: TModel; }