UNPKG

@webnotion-net/typescript-model-validator

Version:

Flexible and extensible library for validating data models in TypeScript

6 lines (5 loc) 244 B
import GlobalConstraintInterface from "../constraints/global/GlobalConstraintInterface"; interface GloballyValidatableModelInterface { getGlobalConstraints(): GlobalConstraintInterface[]; } export default GloballyValidatableModelInterface;