bupkis
    Preparing search index...

    Type Alias AnyAsyncAssertion

    AnyAsyncAssertion:
        | AssertionFunctionAsync<any, any, any>
        | AssertionSchemaAsync<any, any, any>

    Union type representing any asynchronous assertion.

    This includes both function-based and schema-based async assertions but excludes synchronous assertions to maintain type safety.