| 2 | import { GeolocationFilter } from 'src/shelter/types/search.types'; |
| 3 | |
| 4 | class ServerResponse<T> { |
| 5 | readonly message: string; |
| 6 | private readonly statusCode: number; |
| 7 | private readonly respData?: T; |
nothing calls this directly
no outgoing calls
no test coverage detected