Interface ValidationErrorContext

interface ValidationErrorContext {
    field?: string;
    path?: (string | number)[];
}

Properties

Properties

field?: string
path?: (string | number)[]