paygreenjs
    Preparing search index...

    Interface InputChangeType

    interface InputChangeType {
        error?: FieldErrorType;
        valid: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    valid: boolean | null