UNPKG

@jrosadob/nestjs-sophia-framework

Version:

Franework para microservicios en NestJS

9 lines (8 loc) 217 B
import { PropertyResult } from './property.result'; export declare class BadRequestResult { message: string; error: string; statusCode: number; loggerId: string; errors: PropertyResult[] | null; }