Interface ILookaheadValidationError

interface ILookaheadValidationError {
    message: string;
    ruleName?: string;
}

Properties

Properties

message: string
ruleName?: string