import { HttpStatus } from '@nestjs/common'; export interface MicroServiceErrorResponseInterface { statusCode: HttpStatus; errorCode: number; } //# sourceMappingURL=micro-service-error-response.interface.d.ts.map