UNPKG

coffee-core

Version:

Coffee IT API core library

3 lines (2 loc) 146 B
import { ValidationError } from '@nestjs/common'; export declare const subtractExceptionMessage: (validationErrors: ValidationError[]) => string;