@crow281/ts-file-module-template
    Preparing search index...

    Type Alias ErrorObject

    ErrorObject: unknown extends AjvErrorObject
        ? StandaloneErrorObject
        : AjvErrorObject

    Defines the type of the objects used to report errors. Uses the original AJV definition if available and a standalone definition if not.