Traqula
    Preparing search index...

    Interface ILookaheadValidationError

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

    Properties

    Properties

    message: string
    ruleName?: string