BUPKIS
    Preparing search index...

    Interface AssertionImplementationErrorOptions

    interface AssertionImplementationErrorOptions {
        result?: unknown;
    }

    Hierarchy

    • ErrorOptions
      • AssertionImplementationErrorOptions
    Index

    Properties

    Properties

    result?: unknown

    The result returned by an assertion implementation that caused this error.