Type Utils
    Preparing search index...

    Class ValidationErrors<T>

    Type Parameters

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    errors: T

    Methods

    • Returns (
          ValidationError<any, any, string, any, any> & {
              against: undefined | TypeGuard<any>;
              checked: any;
              parent: any;
              path: undefined | string;
          }
      )[]