UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

7 lines 269 B
import { PropertyValidationResult } from "./property-validation-result"; export declare class PropertyGroupResult { propertyCountOk: boolean; additional: string[]; properties: PropertyValidationResult[]; } //# sourceMappingURL=property-group-result.d.ts.map