import { type BaseResponseModel } from "https://deno.land/x/fathym_common@v0.2.167/src/common/BaseResponse.ts";
The base response object for API requests including a model.
definition: BaseResponse & { Model: TModel; }
x/fathym_common/src/common/BaseResponse.ts>BaseResponseModel
import { type BaseResponseModel } from "https://deno.land/x/fathym_common@v0.2.167/src/common/BaseResponse.ts";
The base response object for API requests including a model.