UNPKG

node-web-mvc

Version:
9 lines (8 loc) 230 B
import { ValidateGroupType } from './Validated'; export default interface IConstraints { groups?: ValidateGroupType | ValidateGroupType[]; /** * 自定义验证失败时的提示消息 */ message?: string; }