bupkis
    Preparing search index...

    Type Alias RawAssertionImplSchemaSync<Parts>

    RawAssertionImplSchemaSync: RawAssertionImplSchemaSync<Parts>

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

    This represents a standard Zod schema without branding that validates the assertion subject synchronously. Unlike AssertionImplSchemaSync, 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