MCPcopy Create free account
hub / github.com/SOS-RS/backend /

Class

src/utils/utils.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { GeolocationFilter } from 'src/shelter/types/search.types';
3
4class ServerResponse<T> {
5 readonly message: string;
6 private readonly statusCode: number;
7 private readonly respData?: T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected