Interface ValidatorProps

interface ValidatorProps {
    fullPath: string;
    path: string;
    value: any;
}

Properties

Properties

fullPath: string
path: string
value: any