BUPKIS
    Preparing search index...

    Type Alias RawAssertionImplSchemaAsync<Parts>

    RawAssertionImplSchemaAsync: RawAssertionImplSchemaAsync<Parts>

    Type for a raw (unbranded) asynchronous schema assertion implementation.

    This represents a standard Zod schema without branding that validates the assertion subject synchronously. Unlike AssertionImplSchemaAsync, this type is not branded and represents the underlying schema before it is processed by the assertion creation system.

    Type Parameters

    • Parts extends AssertionParts

      The tuple defining the assertion structure