import { type BaseResponse } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/common/BaseResponse.ts";
The base response object for API requests.
definition: Record<string | number | symbol, unknown> & { Status: Status; }
x/fathym_common/src/common/BaseResponse.ts>BaseResponse
import { type BaseResponse } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/common/BaseResponse.ts";
The base response object for API requests.